Shades of Jungle Green #2BA87A
Tints of Jungle Green #2BA87A
RGB
CMYK
RGB Variations
Color information
#2BA87A (or 0x2BA87A) is known color: Jungle Green. HEX triplet: 2B, A8 and 7A. RGB value is (43,168,122). Sum of RGB (Red+Green+Blue) = 43+168+122=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA87A is #D45785. Grayscale: #7D7D7D. Windows color (decimal): -13916038 or 8038443. OLE color: 8038443.
HSL color Cylindrical-coordinate representation of color #2BA87A: hue angle of 157.92º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA87A is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 122 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.34 |
| HSL | 157.92º | 0.59% | 0.41% | - |
| HSV(B) | 157.92º | 0.74% | 0.66% | - |
| XYZ | 18.51 | 29.92 | 23.21 | - |
| YUV | 125.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 122 | 0.74 | 0 | 0.27 | 0.34 | 157.92 | 0.59 | 0.41 |
| Hex | 2B | A8 | 7A | 4A | 0 | 1B | 22 | 9E | 3B | 29 |
| Octal | 53 | 250 | 172 | 112 | 0 | 33 | 42 | 236 | 73 | 51 |
| Binary | 101011 | 10101000 | 1111010 | 1001010 | 0 | 11011 | 100010 | 10011110 | 111011 | 101001 |
Color Harmonies of #2BA87A
Complementary color
Monochromatic Colors of #2BA87A
Black with #2BA87A
Text Example
Text Example
White with #2BA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA87A; }
p { color: rgb(43,168,122); }
H1.HeaderClassName
{
color: #2BA87A;
}
.AnyTagClassName
{
color: #2BA87A;
}
</style>
background-color css
<style>
a { background-color: #2BA87A; }
a { background-color: rgb(43,168,122); }
div.DivClassName
{
background-color: #2BA87A;
}
.BgClassName
{
background-color: #2BA87A;
}
</style>
border-color css
<style>
span { border-color: #2BA87A; }
span { border-color: rgb(43,168,122); }
td.TdClassName
{
border-color: #2BA87A;
}
.TagClassName
{
border-color: #2BA87A;
}
</style>