Shades of Jungle Green #2CAC87
Tints of Jungle Green #2CAC87
RGB
CMYK
RGB Variations
Color information
#2CAC87 (or 0x2CAC87) is known color: Jungle Green. HEX triplet: 2C, AC and 87. RGB value is (44,172,135). Sum of RGB (Red+Green+Blue) = 44+172+135=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC87 is #D35378. Grayscale: #818181. Windows color (decimal): -13849465 or 8891436. OLE color: 8891436.
HSL color Cylindrical-coordinate representation of color #2CAC87: hue angle of 162.66º degrees, saturation: 0.59, 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 #2CAC87 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 135 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.33 |
| HSL | 162.66º | 0.59% | 0.42% | - |
| HSV(B) | 162.66º | 0.74% | 0.67% | - |
| XYZ | 20.16 | 31.79 | 27.99 | - |
| YUV | 129.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 135 | 0.74 | 0 | 0.22 | 0.33 | 162.66 | 0.59 | 0.42 |
| Hex | 2C | AC | 87 | 4A | 0 | 16 | 21 | A3 | 3B | 2A |
| Octal | 54 | 254 | 207 | 112 | 0 | 26 | 41 | 243 | 73 | 52 |
| Binary | 101100 | 10101100 | 10000111 | 1001010 | 0 | 10110 | 100001 | 10100011 | 111011 | 101010 |
Color Harmonies of #2CAC87
Complementary color
Monochromatic Colors of #2CAC87
Black with #2CAC87
Text Example
Text Example
White with #2CAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC87; }
p { color: rgb(44,172,135); }
H1.HeaderClassName
{
color: #2CAC87;
}
.AnyTagClassName
{
color: #2CAC87;
}
</style>
background-color css
<style>
a { background-color: #2CAC87; }
a { background-color: rgb(44,172,135); }
div.DivClassName
{
background-color: #2CAC87;
}
.BgClassName
{
background-color: #2CAC87;
}
</style>
border-color css
<style>
span { border-color: #2CAC87; }
span { border-color: rgb(44,172,135); }
td.TdClassName
{
border-color: #2CAC87;
}
.TagClassName
{
border-color: #2CAC87;
}
</style>