#2DAB89

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

Shades of Jungle Green #2DAB89

Tints of Jungle Green #2DAB89

Color information

#2DAB89 (or 0x2DAB89) is unknown color: approx Jungle Green. HEX triplet: 2D, AB and 89. RGB value is (45,171,137). Sum of RGB (Red+Green+Blue) = 45+171+137=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAB89 is #D25476. Grayscale: #818181. Windows color (decimal): -13784183 or 9022253. OLE color: 9022253.

HSL color Cylindrical-coordinate representation of color #2DAB89: hue angle of 163.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB89 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB45171137-
CMYK0.7400.200.33
HSL163.81º58.33%42.35%-
HSV(B)163.81º73.68%67.06%-
XYZ20.1631.4928.68-
YUV129.45132.2667.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=12.75%
G=48.44%
B=38.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451711370.7400.200.33163.8158.3342.35
Hex2DAB894A01421a43a2a
Octal55253211112024412447252
Binary1011011010101110001001100101001010010000110100100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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