Shades of Jungle Green #33B982
Tints of Jungle Green #33B982
RGB
CMYK
RGB Variations
Color information
#33B982 (or 0x33B982) is known color: Jungle Green. HEX triplet: 33, B9 and 82. RGB value is (51,185,130). Sum of RGB (Red+Green+Blue) = 51+185+130=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #33B982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B982 is #CC467D. Grayscale: #8A8A8A. Windows color (decimal): -13387390 or 8567091. OLE color: 8567091.
HSL color Cylindrical-coordinate representation of color #33B982: hue angle of 155.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B982 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 185 | 130 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.27 |
| HSL | 155.37º | 0.57% | 0.46% | - |
| HSV(B) | 155.37º | 0.72% | 0.73% | - |
| XYZ | 22.74 | 37.01 | 27.06 | - |
| YUV | 138.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 185 | 130 | 0.72 | 0 | 0.30 | 0.27 | 155.37 | 0.57 | 0.46 |
| Hex | 33 | B9 | 82 | 48 | 0 | 1E | 1B | 9B | 39 | 2E |
| Octal | 63 | 271 | 202 | 110 | 0 | 36 | 33 | 233 | 71 | 56 |
| Binary | 110011 | 10111001 | 10000010 | 1001000 | 0 | 11110 | 11011 | 10011011 | 111001 | 101110 |
Color Harmonies of #33B982
Complementary color
Monochromatic Colors of #33B982
Black with #33B982
Text Example
Text Example
White with #33B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B982; }
p { color: rgb(51,185,130); }
H1.HeaderClassName
{
color: #33B982;
}
.AnyTagClassName
{
color: #33B982;
}
</style>
background-color css
<style>
a { background-color: #33B982; }
a { background-color: rgb(51,185,130); }
div.DivClassName
{
background-color: #33B982;
}
.BgClassName
{
background-color: #33B982;
}
</style>
border-color css
<style>
span { border-color: #33B982; }
span { border-color: rgb(51,185,130); }
td.TdClassName
{
border-color: #33B982;
}
.TagClassName
{
border-color: #33B982;
}
</style>