Shades of Jungle Green #2BA380
Tints of Jungle Green #2BA380
RGB
CMYK
RGB Variations
Color information
#2BA380 (or 0x2BA380) is known color: Jungle Green. HEX triplet: 2B, A3 and 80. RGB value is (43,163,128). Sum of RGB (Red+Green+Blue) = 43+163+128=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA380 is #D45C7F. Grayscale: #7B7B7B. Windows color (decimal): -13917312 or 8430379. OLE color: 8430379.
HSL color Cylindrical-coordinate representation of color #2BA380: hue angle of 162.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 #2BA380 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 128 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.36 |
| HSL | 162.5º | 0.58% | 0.4% | - |
| HSV(B) | 162.5º | 0.74% | 0.64% | - |
| XYZ | 17.99 | 28.27 | 24.93 | - |
| YUV | 123.13 | 130.74 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 128 | 0.74 | 0 | 0.21 | 0.36 | 162.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 80 | 4A | 0 | 15 | 24 | A2 | 3A | 28 |
| Octal | 53 | 243 | 200 | 112 | 0 | 25 | 44 | 242 | 72 | 50 |
| Binary | 101011 | 10100011 | 10000000 | 1001010 | 0 | 10101 | 100100 | 10100010 | 111010 | 101000 |
Color Harmonies of #2BA380
Complementary color
Monochromatic Colors of #2BA380
Black with #2BA380
Text Example
Text Example
White with #2BA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA380; }
p { color: rgb(43,163,128); }
H1.HeaderClassName
{
color: #2BA380;
}
.AnyTagClassName
{
color: #2BA380;
}
</style>
background-color css
<style>
a { background-color: #2BA380; }
a { background-color: rgb(43,163,128); }
div.DivClassName
{
background-color: #2BA380;
}
.BgClassName
{
background-color: #2BA380;
}
</style>
border-color css
<style>
span { border-color: #2BA380; }
span { border-color: rgb(43,163,128); }
td.TdClassName
{
border-color: #2BA380;
}
.TagClassName
{
border-color: #2BA380;
}
</style>