Shades of Jungle Green #2BAE7B
Tints of Jungle Green #2BAE7B
RGB
CMYK
RGB Variations
Color information
#2BAE7B (or 0x2BAE7B) is known color: Jungle Green. HEX triplet: 2B, AE and 7B. RGB value is (43,174,123). Sum of RGB (Red+Green+Blue) = 43+174+123=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE7B is #D45184. Grayscale: #818181. Windows color (decimal): -13914501 or 8105515. OLE color: 8105515.
HSL color Cylindrical-coordinate representation of color #2BAE7B: hue angle of 156.64º 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 #2BAE7B is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 123 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.32 |
| HSL | 156.64º | 0.6% | 0.43% | - |
| HSV(B) | 156.64º | 0.75% | 0.68% | - |
| XYZ | 19.71 | 32.22 | 23.92 | - |
| YUV | 129.02 | 124.6 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 123 | 0.75 | 0 | 0.29 | 0.32 | 156.64 | 0.6 | 0.43 |
| Hex | 2B | AE | 7B | 4B | 0 | 1D | 20 | 9D | 3C | 2B |
| Octal | 53 | 256 | 173 | 113 | 0 | 35 | 40 | 235 | 74 | 53 |
| Binary | 101011 | 10101110 | 1111011 | 1001011 | 0 | 11101 | 100000 | 10011101 | 111100 | 101011 |
Color Harmonies of #2BAE7B
Complementary color
Monochromatic Colors of #2BAE7B
Black with #2BAE7B
Text Example
Text Example
White with #2BAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE7B; }
p { color: rgb(43,174,123); }
H1.HeaderClassName
{
color: #2BAE7B;
}
.AnyTagClassName
{
color: #2BAE7B;
}
</style>
background-color css
<style>
a { background-color: #2BAE7B; }
a { background-color: rgb(43,174,123); }
div.DivClassName
{
background-color: #2BAE7B;
}
.BgClassName
{
background-color: #2BAE7B;
}
</style>
border-color css
<style>
span { border-color: #2BAE7B; }
span { border-color: rgb(43,174,123); }
td.TdClassName
{
border-color: #2BAE7B;
}
.TagClassName
{
border-color: #2BAE7B;
}
</style>