Shades of Jungle Green #2CAF80
Tints of Jungle Green #2CAF80
RGB
CMYK
RGB Variations
Color information
#2CAF80 (or 0x2CAF80) is known color: Jungle Green. HEX triplet: 2C, AF and 80. RGB value is (44,175,128). Sum of RGB (Red+Green+Blue) = 44+175+128=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAF80 is #D3507F. Grayscale: #828282. Windows color (decimal): -13848704 or 8433452. OLE color: 8433452.
HSL color Cylindrical-coordinate representation of color #2CAF80: hue angle of 158.47º 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 #2CAF80 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 175 | 128 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.31 |
| HSL | 158.47º | 0.6% | 0.43% | - |
| HSV(B) | 158.47º | 0.75% | 0.69% | - |
| XYZ | 20.26 | 32.75 | 25.68 | - |
| YUV | 130.47 | 126.6 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 128 | 0.75 | 0 | 0.27 | 0.31 | 158.47 | 0.6 | 0.43 |
| Hex | 2C | AF | 80 | 4B | 0 | 1B | 1F | 9E | 3C | 2B |
| Octal | 54 | 257 | 200 | 113 | 0 | 33 | 37 | 236 | 74 | 53 |
| Binary | 101100 | 10101111 | 10000000 | 1001011 | 0 | 11011 | 11111 | 10011110 | 111100 | 101011 |
Color Harmonies of #2CAF80
Complementary color
Monochromatic Colors of #2CAF80
Black with #2CAF80
Text Example
Text Example
White with #2CAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAF80; }
p { color: rgb(44,175,128); }
H1.HeaderClassName
{
color: #2CAF80;
}
.AnyTagClassName
{
color: #2CAF80;
}
</style>
background-color css
<style>
a { background-color: #2CAF80; }
a { background-color: rgb(44,175,128); }
div.DivClassName
{
background-color: #2CAF80;
}
.BgClassName
{
background-color: #2CAF80;
}
</style>
border-color css
<style>
span { border-color: #2CAF80; }
span { border-color: rgb(44,175,128); }
td.TdClassName
{
border-color: #2CAF80;
}
.TagClassName
{
border-color: #2CAF80;
}
</style>