Shades of Jungle Green #33B781
Tints of Jungle Green #33B781
RGB
CMYK
RGB Variations
Color information
#33B781 (or 0x33B781) is known color: Jungle Green. HEX triplet: 33, B7 and 81. RGB value is (51,183,129). Sum of RGB (Red+Green+Blue) = 51+183+129=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #33B781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B781 is #CC487E. Grayscale: #898989. Windows color (decimal): -13387903 or 8501043. OLE color: 8501043.
HSL color Cylindrical-coordinate representation of color #33B781: hue angle of 155.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B781 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 183 | 129 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.28 |
| HSL | 155.45º | 0.56% | 0.46% | - |
| HSV(B) | 155.45º | 0.72% | 0.72% | - |
| XYZ | 22.26 | 36.16 | 26.57 | - |
| YUV | 137.38 | 123.27 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 183 | 129 | 0.72 | 0 | 0.30 | 0.28 | 155.45 | 0.56 | 0.46 |
| Hex | 33 | B7 | 81 | 48 | 0 | 1E | 1C | 9B | 38 | 2E |
| Octal | 63 | 267 | 201 | 110 | 0 | 36 | 34 | 233 | 70 | 56 |
| Binary | 110011 | 10110111 | 10000001 | 1001000 | 0 | 11110 | 11100 | 10011011 | 111000 | 101110 |
Color Harmonies of #33B781
Complementary color
Monochromatic Colors of #33B781
Black with #33B781
Text Example
Text Example
White with #33B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B781; }
p { color: rgb(51,183,129); }
H1.HeaderClassName
{
color: #33B781;
}
.AnyTagClassName
{
color: #33B781;
}
</style>
background-color css
<style>
a { background-color: #33B781; }
a { background-color: rgb(51,183,129); }
div.DivClassName
{
background-color: #33B781;
}
.BgClassName
{
background-color: #33B781;
}
</style>
border-color css
<style>
span { border-color: #33B781; }
span { border-color: rgb(51,183,129); }
td.TdClassName
{
border-color: #33B781;
}
.TagClassName
{
border-color: #33B781;
}
</style>