Shades of Jungle Green #2DAB78
Tints of Jungle Green #2DAB78
RGB
CMYK
RGB Variations
Color information
#2DAB78 (or 0x2DAB78) is known color: Jungle Green. HEX triplet: 2D, AB and 78. RGB value is (45,171,120). Sum of RGB (Red+Green+Blue) = 45+171+120=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAB78 is #D25487. Grayscale: #7F7F7F. Windows color (decimal): -13784200 or 7908141. OLE color: 7908141.
HSL color Cylindrical-coordinate representation of color #2DAB78: hue angle of 155.71º degrees, saturation: 0.58, 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 #2DAB78 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 120 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.33 |
| HSL | 155.71º | 0.58% | 0.42% | - |
| HSV(B) | 155.71º | 0.74% | 0.67% | - |
| XYZ | 19.04 | 31.04 | 22.76 | - |
| YUV | 127.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 120 | 0.74 | 0 | 0.30 | 0.33 | 155.71 | 0.58 | 0.42 |
| Hex | 2D | AB | 78 | 4A | 0 | 1E | 21 | 9C | 3A | 2A |
| Octal | 55 | 253 | 170 | 112 | 0 | 36 | 41 | 234 | 72 | 52 |
| Binary | 101101 | 10101011 | 1111000 | 1001010 | 0 | 11110 | 100001 | 10011100 | 111010 | 101010 |
Color Harmonies of #2DAB78
Complementary color
Monochromatic Colors of #2DAB78
Black with #2DAB78
Text Example
Text Example
White with #2DAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB78; }
p { color: rgb(45,171,120); }
H1.HeaderClassName
{
color: #2DAB78;
}
.AnyTagClassName
{
color: #2DAB78;
}
</style>
background-color css
<style>
a { background-color: #2DAB78; }
a { background-color: rgb(45,171,120); }
div.DivClassName
{
background-color: #2DAB78;
}
.BgClassName
{
background-color: #2DAB78;
}
</style>
border-color css
<style>
span { border-color: #2DAB78; }
span { border-color: rgb(45,171,120); }
td.TdClassName
{
border-color: #2DAB78;
}
.TagClassName
{
border-color: #2DAB78;
}
</style>