Shades of Jungle Green #2DAB88
Tints of Jungle Green #2DAB88
RGB
CMYK
RGB Variations
Color information
#2DAB88 (or 0x2DAB88) is known color: Jungle Green. HEX triplet: 2D, AB and 88. RGB value is (45,171,136). Sum of RGB (Red+Green+Blue) = 45+171+136=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAB88 is #D25477. Grayscale: #818181. Windows color (decimal): -13784184 or 8956717. OLE color: 8956717.
HSL color Cylindrical-coordinate representation of color #2DAB88: hue angle of 163.33º 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 #2DAB88 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 136 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.33 |
| HSL | 163.33º | 0.58% | 0.42% | - |
| HSV(B) | 163.33º | 0.74% | 0.67% | - |
| XYZ | 20.09 | 31.46 | 28.31 | - |
| YUV | 129.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 136 | 0.74 | 0 | 0.20 | 0.33 | 163.33 | 0.58 | 0.42 |
| Hex | 2D | AB | 88 | 4A | 0 | 14 | 21 | A3 | 3A | 2A |
| Octal | 55 | 253 | 210 | 112 | 0 | 24 | 41 | 243 | 72 | 52 |
| Binary | 101101 | 10101011 | 10001000 | 1001010 | 0 | 10100 | 100001 | 10100011 | 111010 | 101010 |
Color Harmonies of #2DAB88
Complementary color
Monochromatic Colors of #2DAB88
Black with #2DAB88
Text Example
Text Example
White with #2DAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB88; }
p { color: rgb(45,171,136); }
H1.HeaderClassName
{
color: #2DAB88;
}
.AnyTagClassName
{
color: #2DAB88;
}
</style>
background-color css
<style>
a { background-color: #2DAB88; }
a { background-color: rgb(45,171,136); }
div.DivClassName
{
background-color: #2DAB88;
}
.BgClassName
{
background-color: #2DAB88;
}
</style>
border-color css
<style>
span { border-color: #2DAB88; }
span { border-color: rgb(45,171,136); }
td.TdClassName
{
border-color: #2DAB88;
}
.TagClassName
{
border-color: #2DAB88;
}
</style>