Shades of Jungle Green #2BAB78
Tints of Jungle Green #2BAB78
RGB
CMYK
RGB Variations
Color information
#2BAB78 (or 0x2BAB78) is known color: Jungle Green. HEX triplet: 2B, AB and 78. RGB value is (43,171,120). Sum of RGB (Red+Green+Blue) = 43+171+120=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB78 is #D45487. Grayscale: #7E7E7E. Windows color (decimal): -13915272 or 7908139. OLE color: 7908139.
HSL color Cylindrical-coordinate representation of color #2BAB78: hue angle of 156.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB78 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 120 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.33 |
| HSL | 156.09º | 0.6% | 0.42% | - |
| HSV(B) | 156.09º | 0.75% | 0.67% | - |
| XYZ | 18.95 | 31 | 22.75 | - |
| YUV | 126.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 120 | 0.75 | 0 | 0.30 | 0.33 | 156.09 | 0.6 | 0.42 |
| Hex | 2B | AB | 78 | 4B | 0 | 1E | 21 | 9C | 3C | 2A |
| Octal | 53 | 253 | 170 | 113 | 0 | 36 | 41 | 234 | 74 | 52 |
| Binary | 101011 | 10101011 | 1111000 | 1001011 | 0 | 11110 | 100001 | 10011100 | 111100 | 101010 |
Color Harmonies of #2BAB78
Complementary color
Monochromatic Colors of #2BAB78
Black with #2BAB78
Text Example
Text Example
White with #2BAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB78; }
p { color: rgb(43,171,120); }
H1.HeaderClassName
{
color: #2BAB78;
}
.AnyTagClassName
{
color: #2BAB78;
}
</style>
background-color css
<style>
a { background-color: #2BAB78; }
a { background-color: rgb(43,171,120); }
div.DivClassName
{
background-color: #2BAB78;
}
.BgClassName
{
background-color: #2BAB78;
}
</style>
border-color css
<style>
span { border-color: #2BAB78; }
span { border-color: rgb(43,171,120); }
td.TdClassName
{
border-color: #2BAB78;
}
.TagClassName
{
border-color: #2BAB78;
}
</style>