Shades of Jungle Green #2BB27E
Tints of Jungle Green #2BB27E
RGB
CMYK
RGB Variations
Color information
#2BB27E (or 0x2BB27E) is known color: Jungle Green. HEX triplet: 2B, B2 and 7E. RGB value is (43,178,126). Sum of RGB (Red+Green+Blue) = 43+178+126=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB27E is #D44D81. Grayscale: #838383. Windows color (decimal): -13913474 or 8303147. OLE color: 8303147.
HSL color Cylindrical-coordinate representation of color #2BB27E: hue angle of 156.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB27E is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 126 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.30 |
| HSL | 156.89º | 0.61% | 0.43% | - |
| HSV(B) | 156.89º | 0.76% | 0.7% | - |
| XYZ | 20.68 | 33.86 | 25.18 | - |
| YUV | 131.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 126 | 0.76 | 0 | 0.29 | 0.30 | 156.89 | 0.61 | 0.43 |
| Hex | 2B | B2 | 7E | 4C | 0 | 1D | 1E | 9D | 3D | 2B |
| Octal | 53 | 262 | 176 | 114 | 0 | 35 | 36 | 235 | 75 | 53 |
| Binary | 101011 | 10110010 | 1111110 | 1001100 | 0 | 11101 | 11110 | 10011101 | 111101 | 101011 |
Color Harmonies of #2BB27E
Complementary color
Monochromatic Colors of #2BB27E
Black with #2BB27E
Text Example
Text Example
White with #2BB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB27E; }
p { color: rgb(43,178,126); }
H1.HeaderClassName
{
color: #2BB27E;
}
.AnyTagClassName
{
color: #2BB27E;
}
</style>
background-color css
<style>
a { background-color: #2BB27E; }
a { background-color: rgb(43,178,126); }
div.DivClassName
{
background-color: #2BB27E;
}
.BgClassName
{
background-color: #2BB27E;
}
</style>
border-color css
<style>
span { border-color: #2BB27E; }
span { border-color: rgb(43,178,126); }
td.TdClassName
{
border-color: #2BB27E;
}
.TagClassName
{
border-color: #2BB27E;
}
</style>