Shades of Jungle Green #2BB77C
Tints of Jungle Green #2BB77C
RGB
CMYK
RGB Variations
Color information
#2BB77C (or 0x2BB77C) is known color: Jungle Green. HEX triplet: 2B, B7 and 7C. RGB value is (43,183,124). Sum of RGB (Red+Green+Blue) = 43+183+124=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB77C is #D44883. Grayscale: #868686. Windows color (decimal): -13912196 or 8173355. OLE color: 8173355.
HSL color Cylindrical-coordinate representation of color #2BB77C: hue angle of 154.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB77C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 124 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.28 |
| HSL | 154.71º | 0.62% | 0.44% | - |
| HSV(B) | 154.71º | 0.77% | 0.72% | - |
| XYZ | 21.57 | 35.84 | 24.85 | - |
| YUV | 134.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 124 | 0.77 | 0 | 0.32 | 0.28 | 154.71 | 0.62 | 0.44 |
| Hex | 2B | B7 | 7C | 4D | 0 | 20 | 1C | 9B | 3E | 2C |
| Octal | 53 | 267 | 174 | 115 | 0 | 40 | 34 | 233 | 76 | 54 |
| Binary | 101011 | 10110111 | 1111100 | 1001101 | 0 | 100000 | 11100 | 10011011 | 111110 | 101100 |
Color Harmonies of #2BB77C
Complementary color
Monochromatic Colors of #2BB77C
Black with #2BB77C
Text Example
Text Example
White with #2BB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB77C; }
p { color: rgb(43,183,124); }
H1.HeaderClassName
{
color: #2BB77C;
}
.AnyTagClassName
{
color: #2BB77C;
}
</style>
background-color css
<style>
a { background-color: #2BB77C; }
a { background-color: rgb(43,183,124); }
div.DivClassName
{
background-color: #2BB77C;
}
.BgClassName
{
background-color: #2BB77C;
}
</style>
border-color css
<style>
span { border-color: #2BB77C; }
span { border-color: rgb(43,183,124); }
td.TdClassName
{
border-color: #2BB77C;
}
.TagClassName
{
border-color: #2BB77C;
}
</style>