Shades of Jungle Green #2BAE7E
Tints of Jungle Green #2BAE7E
RGB
CMYK
RGB Variations
Color information
#2BAE7E (or 0x2BAE7E) is known color: Jungle Green. HEX triplet: 2B, AE and 7E. RGB value is (43,174,126). Sum of RGB (Red+Green+Blue) = 43+174+126=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE7E is #D45181. Grayscale: #818181. Windows color (decimal): -13914498 or 8302123. OLE color: 8302123.
HSL color Cylindrical-coordinate representation of color #2BAE7E: hue angle of 158.02º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE7E is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 126 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.32 |
| HSL | 158.02º | 0.6% | 0.43% | - |
| HSV(B) | 158.02º | 0.75% | 0.68% | - |
| XYZ | 19.9 | 32.29 | 24.92 | - |
| YUV | 129.36 | 126.1 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 126 | 0.75 | 0 | 0.28 | 0.32 | 158.02 | 0.6 | 0.43 |
| Hex | 2B | AE | 7E | 4B | 0 | 1C | 20 | 9E | 3C | 2B |
| Octal | 53 | 256 | 176 | 113 | 0 | 34 | 40 | 236 | 74 | 53 |
| Binary | 101011 | 10101110 | 1111110 | 1001011 | 0 | 11100 | 100000 | 10011110 | 111100 | 101011 |
Color Harmonies of #2BAE7E
Complementary color
Monochromatic Colors of #2BAE7E
Black with #2BAE7E
Text Example
Text Example
White with #2BAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE7E; }
p { color: rgb(43,174,126); }
H1.HeaderClassName
{
color: #2BAE7E;
}
.AnyTagClassName
{
color: #2BAE7E;
}
</style>
background-color css
<style>
a { background-color: #2BAE7E; }
a { background-color: rgb(43,174,126); }
div.DivClassName
{
background-color: #2BAE7E;
}
.BgClassName
{
background-color: #2BAE7E;
}
</style>
border-color css
<style>
span { border-color: #2BAE7E; }
span { border-color: rgb(43,174,126); }
td.TdClassName
{
border-color: #2BAE7E;
}
.TagClassName
{
border-color: #2BAE7E;
}
</style>