Shades of Jungle Green #2BA97A
Tints of Jungle Green #2BA97A
RGB
CMYK
RGB Variations
Color information
#2BA97A (or 0x2BA97A) is known color: Jungle Green. HEX triplet: 2B, A9 and 7A. RGB value is (43,169,122). Sum of RGB (Red+Green+Blue) = 43+169+122=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA97A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA97A is #D45685. Grayscale: #7E7E7E. Windows color (decimal): -13915782 or 8038699. OLE color: 8038699.
HSL color Cylindrical-coordinate representation of color #2BA97A: hue angle of 157.62º 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 #2BA97A is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 122 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.34 |
| HSL | 157.62º | 0.59% | 0.42% | - |
| HSV(B) | 157.62º | 0.75% | 0.66% | - |
| XYZ | 18.7 | 30.29 | 23.27 | - |
| YUV | 125.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 122 | 0.75 | 0 | 0.28 | 0.34 | 157.62 | 0.59 | 0.42 |
| Hex | 2B | A9 | 7A | 4B | 0 | 1C | 22 | 9E | 3B | 2A |
| Octal | 53 | 251 | 172 | 113 | 0 | 34 | 42 | 236 | 73 | 52 |
| Binary | 101011 | 10101001 | 1111010 | 1001011 | 0 | 11100 | 100010 | 10011110 | 111011 | 101010 |
Color Harmonies of #2BA97A
Complementary color
Monochromatic Colors of #2BA97A
Black with #2BA97A
Text Example
Text Example
White with #2BA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA97A; }
p { color: rgb(43,169,122); }
H1.HeaderClassName
{
color: #2BA97A;
}
.AnyTagClassName
{
color: #2BA97A;
}
</style>
background-color css
<style>
a { background-color: #2BA97A; }
a { background-color: rgb(43,169,122); }
div.DivClassName
{
background-color: #2BA97A;
}
.BgClassName
{
background-color: #2BA97A;
}
</style>
border-color css
<style>
span { border-color: #2BA97A; }
span { border-color: rgb(43,169,122); }
td.TdClassName
{
border-color: #2BA97A;
}
.TagClassName
{
border-color: #2BA97A;
}
</style>