Shades of Jungle Green #2BB37C
Tints of Jungle Green #2BB37C
RGB
CMYK
RGB Variations
Color information
#2BB37C (or 0x2BB37C) is known color: Jungle Green. HEX triplet: 2B, B3 and 7C. RGB value is (43,179,124). Sum of RGB (Red+Green+Blue) = 43+179+124=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB37C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB37C is #D44C83. Grayscale: #848484. Windows color (decimal): -13913220 or 8172331. OLE color: 8172331.
HSL color Cylindrical-coordinate representation of color #2BB37C: hue angle of 155.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB37C is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 124 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.30 |
| HSL | 155.74º | 0.61% | 0.44% | - |
| HSV(B) | 155.74º | 0.76% | 0.7% | - |
| XYZ | 20.75 | 34.21 | 24.58 | - |
| YUV | 132.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 124 | 0.76 | 0 | 0.31 | 0.30 | 155.74 | 0.61 | 0.44 |
| Hex | 2B | B3 | 7C | 4C | 0 | 1F | 1E | 9C | 3D | 2C |
| Octal | 53 | 263 | 174 | 114 | 0 | 37 | 36 | 234 | 75 | 54 |
| Binary | 101011 | 10110011 | 1111100 | 1001100 | 0 | 11111 | 11110 | 10011100 | 111101 | 101100 |
Color Harmonies of #2BB37C
Complementary color
Monochromatic Colors of #2BB37C
Black with #2BB37C
Text Example
Text Example
White with #2BB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB37C; }
p { color: rgb(43,179,124); }
H1.HeaderClassName
{
color: #2BB37C;
}
.AnyTagClassName
{
color: #2BB37C;
}
</style>
background-color css
<style>
a { background-color: #2BB37C; }
a { background-color: rgb(43,179,124); }
div.DivClassName
{
background-color: #2BB37C;
}
.BgClassName
{
background-color: #2BB37C;
}
</style>
border-color css
<style>
span { border-color: #2BB37C; }
span { border-color: rgb(43,179,124); }
td.TdClassName
{
border-color: #2BB37C;
}
.TagClassName
{
border-color: #2BB37C;
}
</style>