Shades of Jungle Green #2CAA7F
Tints of Jungle Green #2CAA7F
RGB
CMYK
RGB Variations
Color information
#2CAA7F (or 0x2CAA7F) is known color: Jungle Green. HEX triplet: 2C, AA and 7F. RGB value is (44,170,127). Sum of RGB (Red+Green+Blue) = 44+170+127=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA7F is #D35580. Grayscale: #7F7F7F. Windows color (decimal): -13849985 or 8366636. OLE color: 8366636.
HSL color Cylindrical-coordinate representation of color #2CAA7F: hue angle of 159.52º 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 #2CAA7F is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 127 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.33 |
| HSL | 159.52º | 0.59% | 0.42% | - |
| HSV(B) | 159.52º | 0.74% | 0.67% | - |
| XYZ | 19.24 | 30.82 | 25.01 | - |
| YUV | 127.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 127 | 0.74 | 0 | 0.25 | 0.33 | 159.52 | 0.59 | 0.42 |
| Hex | 2C | AA | 7F | 4A | 0 | 19 | 21 | A0 | 3B | 2A |
| Octal | 54 | 252 | 177 | 112 | 0 | 31 | 41 | 240 | 73 | 52 |
| Binary | 101100 | 10101010 | 1111111 | 1001010 | 0 | 11001 | 100001 | 10100000 | 111011 | 101010 |
Color Harmonies of #2CAA7F
Complementary color
Monochromatic Colors of #2CAA7F
Black with #2CAA7F
Text Example
Text Example
White with #2CAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA7F; }
p { color: rgb(44,170,127); }
H1.HeaderClassName
{
color: #2CAA7F;
}
.AnyTagClassName
{
color: #2CAA7F;
}
</style>
background-color css
<style>
a { background-color: #2CAA7F; }
a { background-color: rgb(44,170,127); }
div.DivClassName
{
background-color: #2CAA7F;
}
.BgClassName
{
background-color: #2CAA7F;
}
</style>
border-color css
<style>
span { border-color: #2CAA7F; }
span { border-color: rgb(44,170,127); }
td.TdClassName
{
border-color: #2CAA7F;
}
.TagClassName
{
border-color: #2CAA7F;
}
</style>