Shades of Jungle Green #2CAF89
Tints of Jungle Green #2CAF89
RGB
CMYK
RGB Variations
Color information
#2CAF89 (or 0x2CAF89) is known color: Jungle Green. HEX triplet: 2C, AF and 89. RGB value is (44,175,137). Sum of RGB (Red+Green+Blue) = 44+175+137=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAF89 is #D35076. Grayscale: #838383. Windows color (decimal): -13848695 or 9023276. OLE color: 9023276.
HSL color Cylindrical-coordinate representation of color #2CAF89: hue angle of 162.6º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF89 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 175 | 137 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.31 |
| HSL | 162.6º | 0.6% | 0.43% | - |
| HSV(B) | 162.6º | 0.75% | 0.69% | - |
| XYZ | 20.88 | 33 | 28.94 | - |
| YUV | 131.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 137 | 0.75 | 0 | 0.22 | 0.31 | 162.6 | 0.6 | 0.43 |
| Hex | 2C | AF | 89 | 4B | 0 | 16 | 1F | A3 | 3C | 2B |
| Octal | 54 | 257 | 211 | 113 | 0 | 26 | 37 | 243 | 74 | 53 |
| Binary | 101100 | 10101111 | 10001001 | 1001011 | 0 | 10110 | 11111 | 10100011 | 111100 | 101011 |
Color Harmonies of #2CAF89
Complementary color
Monochromatic Colors of #2CAF89
Black with #2CAF89
Text Example
Text Example
White with #2CAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAF89; }
p { color: rgb(44,175,137); }
H1.HeaderClassName
{
color: #2CAF89;
}
.AnyTagClassName
{
color: #2CAF89;
}
</style>
background-color css
<style>
a { background-color: #2CAF89; }
a { background-color: rgb(44,175,137); }
div.DivClassName
{
background-color: #2CAF89;
}
.BgClassName
{
background-color: #2CAF89;
}
</style>
border-color css
<style>
span { border-color: #2CAF89; }
span { border-color: rgb(44,175,137); }
td.TdClassName
{
border-color: #2CAF89;
}
.TagClassName
{
border-color: #2CAF89;
}
</style>