Shades of Jungle Green #2BA97B
Tints of Jungle Green #2BA97B
RGB
CMYK
RGB Variations
Color information
#2BA97B (or 0x2BA97B) is known color: Jungle Green. HEX triplet: 2B, A9 and 7B. RGB value is (43,169,123). Sum of RGB (Red+Green+Blue) = 43+169+123=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA97B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA97B is #D45684. Grayscale: #7E7E7E. Windows color (decimal): -13915781 or 8104235. OLE color: 8104235.
HSL color Cylindrical-coordinate representation of color #2BA97B: hue angle of 158.1º 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 #2BA97B is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 123 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.34 |
| HSL | 158.1º | 0.59% | 0.42% | - |
| HSV(B) | 158.1º | 0.75% | 0.66% | - |
| XYZ | 18.76 | 30.32 | 23.6 | - |
| YUV | 126.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 123 | 0.75 | 0 | 0.27 | 0.34 | 158.1 | 0.59 | 0.42 |
| Hex | 2B | A9 | 7B | 4B | 0 | 1B | 22 | 9E | 3B | 2A |
| Octal | 53 | 251 | 173 | 113 | 0 | 33 | 42 | 236 | 73 | 52 |
| Binary | 101011 | 10101001 | 1111011 | 1001011 | 0 | 11011 | 100010 | 10011110 | 111011 | 101010 |
Color Harmonies of #2BA97B
Complementary color
Monochromatic Colors of #2BA97B
Black with #2BA97B
Text Example
Text Example
White with #2BA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA97B; }
p { color: rgb(43,169,123); }
H1.HeaderClassName
{
color: #2BA97B;
}
.AnyTagClassName
{
color: #2BA97B;
}
</style>
background-color css
<style>
a { background-color: #2BA97B; }
a { background-color: rgb(43,169,123); }
div.DivClassName
{
background-color: #2BA97B;
}
.BgClassName
{
background-color: #2BA97B;
}
</style>
border-color css
<style>
span { border-color: #2BA97B; }
span { border-color: rgb(43,169,123); }
td.TdClassName
{
border-color: #2BA97B;
}
.TagClassName
{
border-color: #2BA97B;
}
</style>