Shades of Jungle Green #2BA978
Tints of Jungle Green #2BA978
RGB
CMYK
RGB Variations
Color information
#2BA978 (or 0x2BA978) is known color: Jungle Green. HEX triplet: 2B, A9 and 78. RGB value is (43,169,120). Sum of RGB (Red+Green+Blue) = 43+169+120=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA978 is #D45687. Grayscale: #7D7D7D. Windows color (decimal): -13915784 or 7907627. OLE color: 7907627.
HSL color Cylindrical-coordinate representation of color #2BA978: hue angle of 156.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA978 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 120 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.34 |
| HSL | 156.67º | 0.59% | 0.42% | - |
| HSV(B) | 156.67º | 0.75% | 0.66% | - |
| XYZ | 18.57 | 30.25 | 22.63 | - |
| YUV | 125.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 120 | 0.75 | 0 | 0.29 | 0.34 | 156.67 | 0.59 | 0.42 |
| Hex | 2B | A9 | 78 | 4B | 0 | 1D | 22 | 9D | 3B | 2A |
| Octal | 53 | 251 | 170 | 113 | 0 | 35 | 42 | 235 | 73 | 52 |
| Binary | 101011 | 10101001 | 1111000 | 1001011 | 0 | 11101 | 100010 | 10011101 | 111011 | 101010 |
Color Harmonies of #2BA978
Complementary color
Monochromatic Colors of #2BA978
Black with #2BA978
Text Example
Text Example
White with #2BA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA978; }
p { color: rgb(43,169,120); }
H1.HeaderClassName
{
color: #2BA978;
}
.AnyTagClassName
{
color: #2BA978;
}
</style>
background-color css
<style>
a { background-color: #2BA978; }
a { background-color: rgb(43,169,120); }
div.DivClassName
{
background-color: #2BA978;
}
.BgClassName
{
background-color: #2BA978;
}
</style>
border-color css
<style>
span { border-color: #2BA978; }
span { border-color: rgb(43,169,120); }
td.TdClassName
{
border-color: #2BA978;
}
.TagClassName
{
border-color: #2BA978;
}
</style>