Shades of Jungle Green #2BAC7E
Tints of Jungle Green #2BAC7E
RGB
CMYK
RGB Variations
Color information
#2BAC7E (or 0x2BAC7E) is known color: Jungle Green. HEX triplet: 2B, AC and 7E. RGB value is (43,172,126). Sum of RGB (Red+Green+Blue) = 43+172+126=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC7E is #D45381. Grayscale: #808080. Windows color (decimal): -13915010 or 8301611. OLE color: 8301611.
HSL color Cylindrical-coordinate representation of color #2BAC7E: hue angle of 158.6º 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 #2BAC7E is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 126 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.33 |
| HSL | 158.6º | 0.6% | 0.42% | - |
| HSV(B) | 158.6º | 0.75% | 0.67% | - |
| XYZ | 19.51 | 31.53 | 24.8 | - |
| YUV | 128.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 126 | 0.75 | 0 | 0.27 | 0.33 | 158.6 | 0.6 | 0.42 |
| Hex | 2B | AC | 7E | 4B | 0 | 1B | 21 | 9F | 3C | 2A |
| Octal | 53 | 254 | 176 | 113 | 0 | 33 | 41 | 237 | 74 | 52 |
| Binary | 101011 | 10101100 | 1111110 | 1001011 | 0 | 11011 | 100001 | 10011111 | 111100 | 101010 |
Color Harmonies of #2BAC7E
Complementary color
Monochromatic Colors of #2BAC7E
Black with #2BAC7E
Text Example
Text Example
White with #2BAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC7E; }
p { color: rgb(43,172,126); }
H1.HeaderClassName
{
color: #2BAC7E;
}
.AnyTagClassName
{
color: #2BAC7E;
}
</style>
background-color css
<style>
a { background-color: #2BAC7E; }
a { background-color: rgb(43,172,126); }
div.DivClassName
{
background-color: #2BAC7E;
}
.BgClassName
{
background-color: #2BAC7E;
}
</style>
border-color css
<style>
span { border-color: #2BAC7E; }
span { border-color: rgb(43,172,126); }
td.TdClassName
{
border-color: #2BAC7E;
}
.TagClassName
{
border-color: #2BAC7E;
}
</style>