Shades of Jungle Green #2BA87B
Tints of Jungle Green #2BA87B
RGB
CMYK
RGB Variations
Color information
#2BA87B (or 0x2BA87B) is known color: Jungle Green. HEX triplet: 2B, A8 and 7B. RGB value is (43,168,123). Sum of RGB (Red+Green+Blue) = 43+168+123=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA87B is #D45784. Grayscale: #7D7D7D. Windows color (decimal): -13916037 or 8103979. OLE color: 8103979.
HSL color Cylindrical-coordinate representation of color #2BA87B: hue angle of 158.4º 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 #2BA87B is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 123 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.34 |
| HSL | 158.4º | 0.59% | 0.41% | - |
| HSV(B) | 158.4º | 0.74% | 0.66% | - |
| XYZ | 18.57 | 29.95 | 23.54 | - |
| YUV | 125.5 | 126.59 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 123 | 0.74 | 0 | 0.27 | 0.34 | 158.4 | 0.59 | 0.41 |
| Hex | 2B | A8 | 7B | 4A | 0 | 1B | 22 | 9E | 3B | 29 |
| Octal | 53 | 250 | 173 | 112 | 0 | 33 | 42 | 236 | 73 | 51 |
| Binary | 101011 | 10101000 | 1111011 | 1001010 | 0 | 11011 | 100010 | 10011110 | 111011 | 101001 |
Color Harmonies of #2BA87B
Complementary color
Monochromatic Colors of #2BA87B
Black with #2BA87B
Text Example
Text Example
White with #2BA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA87B; }
p { color: rgb(43,168,123); }
H1.HeaderClassName
{
color: #2BA87B;
}
.AnyTagClassName
{
color: #2BA87B;
}
</style>
background-color css
<style>
a { background-color: #2BA87B; }
a { background-color: rgb(43,168,123); }
div.DivClassName
{
background-color: #2BA87B;
}
.BgClassName
{
background-color: #2BA87B;
}
</style>
border-color css
<style>
span { border-color: #2BA87B; }
span { border-color: rgb(43,168,123); }
td.TdClassName
{
border-color: #2BA87B;
}
.TagClassName
{
border-color: #2BA87B;
}
</style>