Shades of Jungle Green #33B087
Tints of Jungle Green #33B087
RGB
CMYK
RGB Variations
Color information
#33B087 (or 0x33B087) is known color: Jungle Green. HEX triplet: 33, B0 and 87. RGB value is (51,176,135). Sum of RGB (Red+Green+Blue) = 51+176+135=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #33B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B087 is #CC4F78. Grayscale: #858585. Windows color (decimal): -13389689 or 8892467. OLE color: 8892467.
HSL color Cylindrical-coordinate representation of color #33B087: hue angle of 160.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B087 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 176 | 135 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.31 |
| HSL | 160.32º | 0.55% | 0.45% | - |
| HSV(B) | 160.32º | 0.71% | 0.69% | - |
| XYZ | 21.26 | 33.5 | 28.27 | - |
| YUV | 133.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 176 | 135 | 0.71 | 0 | 0.23 | 0.31 | 160.32 | 0.55 | 0.45 |
| Hex | 33 | B0 | 87 | 47 | 0 | 17 | 1F | A0 | 37 | 2D |
| Octal | 63 | 260 | 207 | 107 | 0 | 27 | 37 | 240 | 67 | 55 |
| Binary | 110011 | 10110000 | 10000111 | 1000111 | 0 | 10111 | 11111 | 10100000 | 110111 | 101101 |
Color Harmonies of #33B087
Complementary color
Monochromatic Colors of #33B087
Black with #33B087
Text Example
Text Example
White with #33B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B087; }
p { color: rgb(51,176,135); }
H1.HeaderClassName
{
color: #33B087;
}
.AnyTagClassName
{
color: #33B087;
}
</style>
background-color css
<style>
a { background-color: #33B087; }
a { background-color: rgb(51,176,135); }
div.DivClassName
{
background-color: #33B087;
}
.BgClassName
{
background-color: #33B087;
}
</style>
border-color css
<style>
span { border-color: #33B087; }
span { border-color: rgb(51,176,135); }
td.TdClassName
{
border-color: #33B087;
}
.TagClassName
{
border-color: #33B087;
}
</style>