#2db289

Color #2DB289 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2DB289

Tints of Jungle Green #2DB289

Color information

#2DB289 (or 0x2DB289) is unknown color: approx Jungle Green. HEX triplet: 2D, B2 and 89. RGB value is (45,178,137). Sum of RGB (Red+Green+Blue) = 45+178+137=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB289 is #D24D76. Grayscale: #858585. Windows color (decimal): -13782391 or 9024045. OLE color: 9024045.

HSL color Cylindrical-coordinate representation of color #2DB289: hue angle of 161.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB289 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB45178137-
CMYK0.7500.230.30
HSL161.5º59.64%43.73%-
HSV(B)161.5º74.72%69.8%-
XYZ21.5234.229.13-
YUV133.56129.9464.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 12.5%
GREEN value IS 178 (69.92% from 255) = 49.44%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=12.5%
G=49.44%
B=38.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal451781370.7500.230.30161.559.6443.73
Hex2DB2894B0171Ea23c2c
Octal55262211113027362427454
Binary101101101100101000100110010110101111111010100010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2db289; }

 p { color: rgb(45,178,137); }

 H1.HeaderClassName
 {
   color: #2db289;
 }
 .AnyTagClassName
 {
   color: #2db289;
 }
</style>
background-color css

<style>
 a { background-color: #2db289; }

 a { background-color: rgb(45,178,137); }

 div.DivClassName
 {
   background-color: #2db289;
 }
 .BgClassName
 {
   background-color: #2db289;
 }
</style>
border-color css

<style>
 span { border-color: #2db289; }

 span { border-color: rgb(45,178,137); }

 td.TdClassName
 {
   border-color: #2db289;
 }
 .TagClassName
 {
   border-color: #2db289;
 }
</style>