Shades of Jungle Green #33BB8D
Tints of Jungle Green #33BB8D
RGB
CMYK
RGB Variations
Color information
#33BB8D (or 0x33BB8D) is known color: Jungle Green. HEX triplet: 33, BB and 8D. RGB value is (51,187,141). Sum of RGB (Red+Green+Blue) = 51+187+141=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BB8D is #CC4472. Grayscale: #8D8D8D. Windows color (decimal): -13386867 or 9288499. OLE color: 9288499.
HSL color Cylindrical-coordinate representation of color #33BB8D: hue angle of 159.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BB8D is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 141 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.27 |
| HSL | 159.71º | 0.57% | 0.47% | - |
| HSV(B) | 159.71º | 0.73% | 0.73% | - |
| XYZ | 23.94 | 38.17 | 31.3 | - |
| YUV | 141.09 | 127.94 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 141 | 0.73 | 0 | 0.25 | 0.27 | 159.71 | 0.57 | 0.47 |
| Hex | 33 | BB | 8D | 49 | 0 | 19 | 1B | A0 | 39 | 2F |
| Octal | 63 | 273 | 215 | 111 | 0 | 31 | 33 | 240 | 71 | 57 |
| Binary | 110011 | 10111011 | 10001101 | 1001001 | 0 | 11001 | 11011 | 10100000 | 111001 | 101111 |
Color Harmonies of #33BB8D
Complementary color
Monochromatic Colors of #33BB8D
Black with #33BB8D
Text Example
Text Example
White with #33BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB8D; }
p { color: rgb(51,187,141); }
H1.HeaderClassName
{
color: #33BB8D;
}
.AnyTagClassName
{
color: #33BB8D;
}
</style>
background-color css
<style>
a { background-color: #33BB8D; }
a { background-color: rgb(51,187,141); }
div.DivClassName
{
background-color: #33BB8D;
}
.BgClassName
{
background-color: #33BB8D;
}
</style>
border-color css
<style>
span { border-color: #33BB8D; }
span { border-color: rgb(51,187,141); }
td.TdClassName
{
border-color: #33BB8D;
}
.TagClassName
{
border-color: #33BB8D;
}
</style>