Shades of Jungle Green #2BA27D
Tints of Jungle Green #2BA27D
RGB
CMYK
RGB Variations
Color information
#2BA27D (or 0x2BA27D) is known color: Jungle Green. HEX triplet: 2B, A2 and 7D. RGB value is (43,162,125). Sum of RGB (Red+Green+Blue) = 43+162+125=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA27D is #D45D82. Grayscale: #7A7A7A. Windows color (decimal): -13917571 or 8233515. OLE color: 8233515.
HSL color Cylindrical-coordinate representation of color #2BA27D: hue angle of 161.34º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA27D is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 125 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.36 |
| HSL | 161.34º | 0.58% | 0.4% | - |
| HSV(B) | 161.34º | 0.73% | 0.64% | - |
| XYZ | 17.62 | 27.83 | 23.85 | - |
| YUV | 122.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 125 | 0.73 | 0 | 0.23 | 0.36 | 161.34 | 0.58 | 0.4 |
| Hex | 2B | A2 | 7D | 49 | 0 | 17 | 24 | A1 | 3A | 28 |
| Octal | 53 | 242 | 175 | 111 | 0 | 27 | 44 | 241 | 72 | 50 |
| Binary | 101011 | 10100010 | 1111101 | 1001001 | 0 | 10111 | 100100 | 10100001 | 111010 | 101000 |
Color Harmonies of #2BA27D
Complementary color
Monochromatic Colors of #2BA27D
Black with #2BA27D
Text Example
Text Example
White with #2BA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA27D; }
p { color: rgb(43,162,125); }
H1.HeaderClassName
{
color: #2BA27D;
}
.AnyTagClassName
{
color: #2BA27D;
}
</style>
background-color css
<style>
a { background-color: #2BA27D; }
a { background-color: rgb(43,162,125); }
div.DivClassName
{
background-color: #2BA27D;
}
.BgClassName
{
background-color: #2BA27D;
}
</style>
border-color css
<style>
span { border-color: #2BA27D; }
span { border-color: rgb(43,162,125); }
td.TdClassName
{
border-color: #2BA27D;
}
.TagClassName
{
border-color: #2BA27D;
}
</style>