Shades of Jungle Green #2BAE81
Tints of Jungle Green #2BAE81
RGB
CMYK
RGB Variations
Color information
#2BAE81 (or 0x2BAE81) is known color: Jungle Green. HEX triplet: 2B, AE and 81. RGB value is (43,174,129). Sum of RGB (Red+Green+Blue) = 43+174+129=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAE81 is #D4517E. Grayscale: #818181. Windows color (decimal): -13914495 or 8498731. OLE color: 8498731.
HSL color Cylindrical-coordinate representation of color #2BAE81: hue angle of 159.39º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE81 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 129 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.32 |
| HSL | 159.39º | 0.6% | 0.43% | - |
| HSV(B) | 159.39º | 0.75% | 0.68% | - |
| XYZ | 20.09 | 32.37 | 25.96 | - |
| YUV | 129.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 129 | 0.75 | 0 | 0.26 | 0.32 | 159.39 | 0.6 | 0.43 |
| Hex | 2B | AE | 81 | 4B | 0 | 1A | 20 | 9F | 3C | 2B |
| Octal | 53 | 256 | 201 | 113 | 0 | 32 | 40 | 237 | 74 | 53 |
| Binary | 101011 | 10101110 | 10000001 | 1001011 | 0 | 11010 | 100000 | 10011111 | 111100 | 101011 |
Color Harmonies of #2BAE81
Complementary color
Monochromatic Colors of #2BAE81
Black with #2BAE81
Text Example
Text Example
White with #2BAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE81; }
p { color: rgb(43,174,129); }
H1.HeaderClassName
{
color: #2BAE81;
}
.AnyTagClassName
{
color: #2BAE81;
}
</style>
background-color css
<style>
a { background-color: #2BAE81; }
a { background-color: rgb(43,174,129); }
div.DivClassName
{
background-color: #2BAE81;
}
.BgClassName
{
background-color: #2BAE81;
}
</style>
border-color css
<style>
span { border-color: #2BAE81; }
span { border-color: rgb(43,174,129); }
td.TdClassName
{
border-color: #2BAE81;
}
.TagClassName
{
border-color: #2BAE81;
}
</style>