Shades of Jungle Green #2CAC85
Tints of Jungle Green #2CAC85
RGB
CMYK
RGB Variations
Color information
#2CAC85 (or 0x2CAC85) is known color: Jungle Green. HEX triplet: 2C, AC and 85. RGB value is (44,172,133). Sum of RGB (Red+Green+Blue) = 44+172+133=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC85 is #D3537A. Grayscale: #818181. Windows color (decimal): -13849467 or 8760364. OLE color: 8760364.
HSL color Cylindrical-coordinate representation of color #2CAC85: hue angle of 161.72º 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 #2CAC85 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 133 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.33 |
| HSL | 161.72º | 0.59% | 0.42% | - |
| HSV(B) | 161.72º | 0.74% | 0.67% | - |
| XYZ | 20.02 | 31.73 | 27.26 | - |
| YUV | 129.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 133 | 0.74 | 0 | 0.23 | 0.33 | 161.72 | 0.59 | 0.42 |
| Hex | 2C | AC | 85 | 4A | 0 | 17 | 21 | A2 | 3B | 2A |
| Octal | 54 | 254 | 205 | 112 | 0 | 27 | 41 | 242 | 73 | 52 |
| Binary | 101100 | 10101100 | 10000101 | 1001010 | 0 | 10111 | 100001 | 10100010 | 111011 | 101010 |
Color Harmonies of #2CAC85
Complementary color
Monochromatic Colors of #2CAC85
Black with #2CAC85
Text Example
Text Example
White with #2CAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC85; }
p { color: rgb(44,172,133); }
H1.HeaderClassName
{
color: #2CAC85;
}
.AnyTagClassName
{
color: #2CAC85;
}
</style>
background-color css
<style>
a { background-color: #2CAC85; }
a { background-color: rgb(44,172,133); }
div.DivClassName
{
background-color: #2CAC85;
}
.BgClassName
{
background-color: #2CAC85;
}
</style>
border-color css
<style>
span { border-color: #2CAC85; }
span { border-color: rgb(44,172,133); }
td.TdClassName
{
border-color: #2CAC85;
}
.TagClassName
{
border-color: #2CAC85;
}
</style>