Shades of Jungle Green #2BA27B
Tints of Jungle Green #2BA27B
RGB
CMYK
RGB Variations
Color information
#2BA27B (or 0x2BA27B) is known color: Jungle Green. HEX triplet: 2B, A2 and 7B. RGB value is (43,162,123). Sum of RGB (Red+Green+Blue) = 43+162+123=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA27B is #D45D84. Grayscale: #7A7A7A. Windows color (decimal): -13917573 or 8102443. OLE color: 8102443.
HSL color Cylindrical-coordinate representation of color #2BA27B: hue angle of 160.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 #2BA27B is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 123 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.36 |
| HSL | 160.34º | 0.58% | 0.4% | - |
| HSV(B) | 160.34º | 0.73% | 0.64% | - |
| XYZ | 17.49 | 27.78 | 23.18 | - |
| YUV | 121.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 123 | 0.73 | 0 | 0.24 | 0.36 | 160.34 | 0.58 | 0.4 |
| Hex | 2B | A2 | 7B | 49 | 0 | 18 | 24 | A0 | 3A | 28 |
| Octal | 53 | 242 | 173 | 111 | 0 | 30 | 44 | 240 | 72 | 50 |
| Binary | 101011 | 10100010 | 1111011 | 1001001 | 0 | 11000 | 100100 | 10100000 | 111010 | 101000 |
Color Harmonies of #2BA27B
Complementary color
Monochromatic Colors of #2BA27B
Black with #2BA27B
Text Example
Text Example
White with #2BA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA27B; }
p { color: rgb(43,162,123); }
H1.HeaderClassName
{
color: #2BA27B;
}
.AnyTagClassName
{
color: #2BA27B;
}
</style>
background-color css
<style>
a { background-color: #2BA27B; }
a { background-color: rgb(43,162,123); }
div.DivClassName
{
background-color: #2BA27B;
}
.BgClassName
{
background-color: #2BA27B;
}
</style>
border-color css
<style>
span { border-color: #2BA27B; }
span { border-color: rgb(43,162,123); }
td.TdClassName
{
border-color: #2BA27B;
}
.TagClassName
{
border-color: #2BA27B;
}
</style>