#2DB489

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

Shades of Jungle Green #2DB489

Tints of Jungle Green #2DB489

Color information

#2DB489 (or 0x2DB489) is unknown color: approx Jungle Green. HEX triplet: 2D, B4 and 89. RGB value is (45,180,137). Sum of RGB (Red+Green+Blue) = 45+180+137=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB489 is #D24B76. Grayscale: #868686. Windows color (decimal): -13781879 or 9024557. OLE color: 9024557.

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

Color convert

RGB45180137-
CMYK0.7500.240.29
HSL160.89º60%44.12%-
HSV(B)160.89º75%70.59%-
XYZ21.9235.0129.27-
YUV134.73129.2764-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.43%
GREEN value IS 180 (70.70% from 255) = 49.72%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=12.43%
G=49.72%
B=37.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451801370.7500.240.29160.896044.12
Hex2DB4894B0181Da13c2c
Octal55264211113030352417454
Binary101101101101001000100110010110110001110110100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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