Shades of Jungle Green #2BA17D
Tints of Jungle Green #2BA17D
RGB
CMYK
RGB Variations
Color information
#2BA17D (or 0x2BA17D) is known color: Jungle Green. HEX triplet: 2B, A1 and 7D. RGB value is (43,161,125). Sum of RGB (Red+Green+Blue) = 43+161+125=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA17D is #D45E82. Grayscale: #797979. Windows color (decimal): -13917827 or 8233259. OLE color: 8233259.
HSL color Cylindrical-coordinate representation of color #2BA17D: hue angle of 161.69º 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 #2BA17D is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 125 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.37 |
| HSL | 161.69º | 0.58% | 0.4% | - |
| HSV(B) | 161.69º | 0.73% | 0.63% | - |
| XYZ | 17.44 | 27.48 | 23.79 | - |
| YUV | 121.61 | 129.91 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 125 | 0.73 | 0 | 0.22 | 0.37 | 161.69 | 0.58 | 0.4 |
| Hex | 2B | A1 | 7D | 49 | 0 | 16 | 25 | A2 | 3A | 28 |
| Octal | 53 | 241 | 175 | 111 | 0 | 26 | 45 | 242 | 72 | 50 |
| Binary | 101011 | 10100001 | 1111101 | 1001001 | 0 | 10110 | 100101 | 10100010 | 111010 | 101000 |
Color Harmonies of #2BA17D
Complementary color
Monochromatic Colors of #2BA17D
Black with #2BA17D
Text Example
Text Example
White with #2BA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA17D; }
p { color: rgb(43,161,125); }
H1.HeaderClassName
{
color: #2BA17D;
}
.AnyTagClassName
{
color: #2BA17D;
}
</style>
background-color css
<style>
a { background-color: #2BA17D; }
a { background-color: rgb(43,161,125); }
div.DivClassName
{
background-color: #2BA17D;
}
.BgClassName
{
background-color: #2BA17D;
}
</style>
border-color css
<style>
span { border-color: #2BA17D; }
span { border-color: rgb(43,161,125); }
td.TdClassName
{
border-color: #2BA17D;
}
.TagClassName
{
border-color: #2BA17D;
}
</style>