Shades of Jungle Green #2BA378
Tints of Jungle Green #2BA378
RGB
CMYK
RGB Variations
Color information
#2BA378 (or 0x2BA378) is known color: Jungle Green. HEX triplet: 2B, A3 and 78. RGB value is (43,163,120). Sum of RGB (Red+Green+Blue) = 43+163+120=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA378 is #D45C87. Grayscale: #7A7A7A. Windows color (decimal): -13917320 or 7906091. OLE color: 7906091.
HSL color Cylindrical-coordinate representation of color #2BA378: hue angle of 158.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA378 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 120 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.36 |
| HSL | 158.5º | 0.58% | 0.4% | - |
| HSV(B) | 158.5º | 0.74% | 0.64% | - |
| XYZ | 17.48 | 28.06 | 22.26 | - |
| YUV | 122.22 | 126.74 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 120 | 0.74 | 0 | 0.26 | 0.36 | 158.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 78 | 4A | 0 | 1A | 24 | 9E | 3A | 28 |
| Octal | 53 | 243 | 170 | 112 | 0 | 32 | 44 | 236 | 72 | 50 |
| Binary | 101011 | 10100011 | 1111000 | 1001010 | 0 | 11010 | 100100 | 10011110 | 111010 | 101000 |
Color Harmonies of #2BA378
Complementary color
Monochromatic Colors of #2BA378
Black with #2BA378
Text Example
Text Example
White with #2BA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA378; }
p { color: rgb(43,163,120); }
H1.HeaderClassName
{
color: #2BA378;
}
.AnyTagClassName
{
color: #2BA378;
}
</style>
background-color css
<style>
a { background-color: #2BA378; }
a { background-color: rgb(43,163,120); }
div.DivClassName
{
background-color: #2BA378;
}
.BgClassName
{
background-color: #2BA378;
}
</style>
border-color css
<style>
span { border-color: #2BA378; }
span { border-color: rgb(43,163,120); }
td.TdClassName
{
border-color: #2BA378;
}
.TagClassName
{
border-color: #2BA378;
}
</style>