Shades of Jungle Green #33B58A
Tints of Jungle Green #33B58A
RGB
CMYK
RGB Variations
Color information
#33B58A (or 0x33B58A) is known color: Jungle Green. HEX triplet: 33, B5 and 8A. RGB value is (51,181,138). Sum of RGB (Red+Green+Blue) = 51+181+138=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #33B58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B58A is #CC4A75. Grayscale: #898989. Windows color (decimal): -13388406 or 9090355. OLE color: 9090355.
HSL color Cylindrical-coordinate representation of color #33B58A: hue angle of 160.15º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B58A is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 181 | 138 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.29 |
| HSL | 160.15º | 0.56% | 0.45% | - |
| HSV(B) | 160.15º | 0.72% | 0.71% | - |
| XYZ | 22.48 | 35.59 | 29.73 | - |
| YUV | 137.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 181 | 138 | 0.72 | 0 | 0.24 | 0.29 | 160.15 | 0.56 | 0.45 |
| Hex | 33 | B5 | 8A | 48 | 0 | 18 | 1D | A0 | 38 | 2D |
| Octal | 63 | 265 | 212 | 110 | 0 | 30 | 35 | 240 | 70 | 55 |
| Binary | 110011 | 10110101 | 10001010 | 1001000 | 0 | 11000 | 11101 | 10100000 | 111000 | 101101 |
Color Harmonies of #33B58A
Complementary color
Monochromatic Colors of #33B58A
Black with #33B58A
Text Example
Text Example
White with #33B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B58A; }
p { color: rgb(51,181,138); }
H1.HeaderClassName
{
color: #33B58A;
}
.AnyTagClassName
{
color: #33B58A;
}
</style>
background-color css
<style>
a { background-color: #33B58A; }
a { background-color: rgb(51,181,138); }
div.DivClassName
{
background-color: #33B58A;
}
.BgClassName
{
background-color: #33B58A;
}
</style>
border-color css
<style>
span { border-color: #33B58A; }
span { border-color: rgb(51,181,138); }
td.TdClassName
{
border-color: #33B58A;
}
.TagClassName
{
border-color: #33B58A;
}
</style>