Shades of Jungle Green #2BA874
Tints of Jungle Green #2BA874
RGB
CMYK
RGB Variations
Color information
#2BA874 (or 0x2BA874) is known color: Jungle Green. HEX triplet: 2B, A8 and 74. RGB value is (43,168,116). Sum of RGB (Red+Green+Blue) = 43+168+116=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA874 is #D4578B. Grayscale: #7C7C7C. Windows color (decimal): -13916044 or 7645227. OLE color: 7645227.
HSL color Cylindrical-coordinate representation of color #2BA874: hue angle of 155.04º 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 #2BA874 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 116 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.34 |
| HSL | 155.04º | 0.59% | 0.41% | - |
| HSV(B) | 155.04º | 0.74% | 0.66% | - |
| XYZ | 18.15 | 29.78 | 21.31 | - |
| YUV | 124.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 116 | 0.74 | 0 | 0.31 | 0.34 | 155.04 | 0.59 | 0.41 |
| Hex | 2B | A8 | 74 | 4A | 0 | 1F | 22 | 9B | 3B | 29 |
| Octal | 53 | 250 | 164 | 112 | 0 | 37 | 42 | 233 | 73 | 51 |
| Binary | 101011 | 10101000 | 1110100 | 1001010 | 0 | 11111 | 100010 | 10011011 | 111011 | 101001 |
Color Harmonies of #2BA874
Complementary color
Monochromatic Colors of #2BA874
Black with #2BA874
Text Example
Text Example
White with #2BA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA874; }
p { color: rgb(43,168,116); }
H1.HeaderClassName
{
color: #2BA874;
}
.AnyTagClassName
{
color: #2BA874;
}
</style>
background-color css
<style>
a { background-color: #2BA874; }
a { background-color: rgb(43,168,116); }
div.DivClassName
{
background-color: #2BA874;
}
.BgClassName
{
background-color: #2BA874;
}
</style>
border-color css
<style>
span { border-color: #2BA874; }
span { border-color: rgb(43,168,116); }
td.TdClassName
{
border-color: #2BA874;
}
.TagClassName
{
border-color: #2BA874;
}
</style>