Shades of Jungle Green #2BAA7C
Tints of Jungle Green #2BAA7C
RGB
CMYK
RGB Variations
Color information
#2BAA7C (or 0x2BAA7C) is known color: Jungle Green. HEX triplet: 2B, AA and 7C. RGB value is (43,170,124). Sum of RGB (Red+Green+Blue) = 43+170+124=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA7C is #D45583. Grayscale: #7E7E7E. Windows color (decimal): -13915524 or 8170027. OLE color: 8170027.
HSL color Cylindrical-coordinate representation of color #2BAA7C: hue angle of 158.27º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA7C is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 124 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.33 |
| HSL | 158.27º | 0.6% | 0.42% | - |
| HSV(B) | 158.27º | 0.75% | 0.67% | - |
| XYZ | 19.01 | 30.72 | 24 | - |
| YUV | 126.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 124 | 0.75 | 0 | 0.27 | 0.33 | 158.27 | 0.6 | 0.42 |
| Hex | 2B | AA | 7C | 4B | 0 | 1B | 21 | 9E | 3C | 2A |
| Octal | 53 | 252 | 174 | 113 | 0 | 33 | 41 | 236 | 74 | 52 |
| Binary | 101011 | 10101010 | 1111100 | 1001011 | 0 | 11011 | 100001 | 10011110 | 111100 | 101010 |
Color Harmonies of #2BAA7C
Complementary color
Monochromatic Colors of #2BAA7C
Black with #2BAA7C
Text Example
Text Example
White with #2BAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA7C; }
p { color: rgb(43,170,124); }
H1.HeaderClassName
{
color: #2BAA7C;
}
.AnyTagClassName
{
color: #2BAA7C;
}
</style>
background-color css
<style>
a { background-color: #2BAA7C; }
a { background-color: rgb(43,170,124); }
div.DivClassName
{
background-color: #2BAA7C;
}
.BgClassName
{
background-color: #2BAA7C;
}
</style>
border-color css
<style>
span { border-color: #2BAA7C; }
span { border-color: rgb(43,170,124); }
td.TdClassName
{
border-color: #2BAA7C;
}
.TagClassName
{
border-color: #2BAA7C;
}
</style>