Shades of Jungle Green #33B37E
Tints of Jungle Green #33B37E
RGB
CMYK
RGB Variations
Color information
#33B37E (or 0x33B37E) is known color: Jungle Green. HEX triplet: 33, B3 and 7E. RGB value is (51,179,126). Sum of RGB (Red+Green+Blue) = 51+179+126=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #33B37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33B37E is #CC4C81. Grayscale: #868686. Windows color (decimal): -13388930 or 8303411. OLE color: 8303411.
HSL color Cylindrical-coordinate representation of color #33B37E: hue angle of 155.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B37E is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 179 | 126 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.30 |
| HSL | 155.16º | 0.56% | 0.45% | - |
| HSV(B) | 155.16º | 0.72% | 0.7% | - |
| XYZ | 21.25 | 34.45 | 25.27 | - |
| YUV | 134.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 179 | 126 | 0.72 | 0 | 0.30 | 0.30 | 155.16 | 0.56 | 0.45 |
| Hex | 33 | B3 | 7E | 48 | 0 | 1E | 1E | 9B | 38 | 2D |
| Octal | 63 | 263 | 176 | 110 | 0 | 36 | 36 | 233 | 70 | 55 |
| Binary | 110011 | 10110011 | 1111110 | 1001000 | 0 | 11110 | 11110 | 10011011 | 111000 | 101101 |
Color Harmonies of #33B37E
Complementary color
Monochromatic Colors of #33B37E
Black with #33B37E
Text Example
Text Example
White with #33B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B37E; }
p { color: rgb(51,179,126); }
H1.HeaderClassName
{
color: #33B37E;
}
.AnyTagClassName
{
color: #33B37E;
}
</style>
background-color css
<style>
a { background-color: #33B37E; }
a { background-color: rgb(51,179,126); }
div.DivClassName
{
background-color: #33B37E;
}
.BgClassName
{
background-color: #33B37E;
}
</style>
border-color css
<style>
span { border-color: #33B37E; }
span { border-color: rgb(51,179,126); }
td.TdClassName
{
border-color: #33B37E;
}
.TagClassName
{
border-color: #33B37E;
}
</style>