Shades of Jungle Green #2BA87F
Tints of Jungle Green #2BA87F
RGB
CMYK
RGB Variations
Color information
#2BA87F (or 0x2BA87F) is known color: Jungle Green. HEX triplet: 2B, A8 and 7F. RGB value is (43,168,127). Sum of RGB (Red+Green+Blue) = 43+168+127=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA87F is #D45780. Grayscale: #7D7D7D. Windows color (decimal): -13916033 or 8366123. OLE color: 8366123.
HSL color Cylindrical-coordinate representation of color #2BA87F: hue angle of 160.32º 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 #2BA87F is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 127 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.34 |
| HSL | 160.32º | 0.59% | 0.41% | - |
| HSV(B) | 160.32º | 0.74% | 0.66% | - |
| XYZ | 18.83 | 30.05 | 24.89 | - |
| YUV | 125.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 127 | 0.74 | 0 | 0.24 | 0.34 | 160.32 | 0.59 | 0.41 |
| Hex | 2B | A8 | 7F | 4A | 0 | 18 | 22 | A0 | 3B | 29 |
| Octal | 53 | 250 | 177 | 112 | 0 | 30 | 42 | 240 | 73 | 51 |
| Binary | 101011 | 10101000 | 1111111 | 1001010 | 0 | 11000 | 100010 | 10100000 | 111011 | 101001 |
Color Harmonies of #2BA87F
Complementary color
Monochromatic Colors of #2BA87F
Black with #2BA87F
Text Example
Text Example
White with #2BA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA87F; }
p { color: rgb(43,168,127); }
H1.HeaderClassName
{
color: #2BA87F;
}
.AnyTagClassName
{
color: #2BA87F;
}
</style>
background-color css
<style>
a { background-color: #2BA87F; }
a { background-color: rgb(43,168,127); }
div.DivClassName
{
background-color: #2BA87F;
}
.BgClassName
{
background-color: #2BA87F;
}
</style>
border-color css
<style>
span { border-color: #2BA87F; }
span { border-color: rgb(43,168,127); }
td.TdClassName
{
border-color: #2BA87F;
}
.TagClassName
{
border-color: #2BA87F;
}
</style>