Shades of Jungle Green #2BA181
Tints of Jungle Green #2BA181
RGB
CMYK
RGB Variations
Color information
#2BA181 (or 0x2BA181) is known color: Jungle Green. HEX triplet: 2B, A1 and 81. RGB value is (43,161,129). Sum of RGB (Red+Green+Blue) = 43+161+129=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA181 is #D45E7E. Grayscale: #7A7A7A. Windows color (decimal): -13917823 or 8495403. OLE color: 8495403.
HSL color Cylindrical-coordinate representation of color #2BA181: hue angle of 163.73º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA181 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 129 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.37 |
| HSL | 163.73º | 0.58% | 0.4% | - |
| HSV(B) | 163.73º | 0.73% | 0.63% | - |
| XYZ | 17.7 | 27.59 | 25.16 | - |
| YUV | 122.07 | 131.91 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 129 | 0.73 | 0 | 0.20 | 0.37 | 163.73 | 0.58 | 0.4 |
| Hex | 2B | A1 | 81 | 49 | 0 | 14 | 25 | A4 | 3A | 28 |
| Octal | 53 | 241 | 201 | 111 | 0 | 24 | 45 | 244 | 72 | 50 |
| Binary | 101011 | 10100001 | 10000001 | 1001001 | 0 | 10100 | 100101 | 10100100 | 111010 | 101000 |
Color Harmonies of #2BA181
Complementary color
Monochromatic Colors of #2BA181
Black with #2BA181
Text Example
Text Example
White with #2BA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA181; }
p { color: rgb(43,161,129); }
H1.HeaderClassName
{
color: #2BA181;
}
.AnyTagClassName
{
color: #2BA181;
}
</style>
background-color css
<style>
a { background-color: #2BA181; }
a { background-color: rgb(43,161,129); }
div.DivClassName
{
background-color: #2BA181;
}
.BgClassName
{
background-color: #2BA181;
}
</style>
border-color css
<style>
span { border-color: #2BA181; }
span { border-color: rgb(43,161,129); }
td.TdClassName
{
border-color: #2BA181;
}
.TagClassName
{
border-color: #2BA181;
}
</style>