Shades of Jungle Green #33BB8C
Tints of Jungle Green #33BB8C
RGB
CMYK
RGB Variations
Color information
#33BB8C (or 0x33BB8C) is known color: Jungle Green. HEX triplet: 33, BB and 8C. RGB value is (51,187,140). Sum of RGB (Red+Green+Blue) = 51+187+140=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BB8C is #CC4473. Grayscale: #8D8D8D. Windows color (decimal): -13386868 or 9222963. OLE color: 9222963.
HSL color Cylindrical-coordinate representation of color #33BB8C: hue angle of 159.26º 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 #33BB8C is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 140 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.27 |
| HSL | 159.26º | 0.57% | 0.47% | - |
| HSV(B) | 159.26º | 0.73% | 0.73% | - |
| XYZ | 23.87 | 38.14 | 30.91 | - |
| YUV | 140.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 140 | 0.73 | 0 | 0.25 | 0.27 | 159.26 | 0.57 | 0.47 |
| Hex | 33 | BB | 8C | 49 | 0 | 19 | 1B | 9F | 39 | 2F |
| Octal | 63 | 273 | 214 | 111 | 0 | 31 | 33 | 237 | 71 | 57 |
| Binary | 110011 | 10111011 | 10001100 | 1001001 | 0 | 11001 | 11011 | 10011111 | 111001 | 101111 |
Color Harmonies of #33BB8C
Complementary color
Monochromatic Colors of #33BB8C
Black with #33BB8C
Text Example
Text Example
White with #33BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB8C; }
p { color: rgb(51,187,140); }
H1.HeaderClassName
{
color: #33BB8C;
}
.AnyTagClassName
{
color: #33BB8C;
}
</style>
background-color css
<style>
a { background-color: #33BB8C; }
a { background-color: rgb(51,187,140); }
div.DivClassName
{
background-color: #33BB8C;
}
.BgClassName
{
background-color: #33BB8C;
}
</style>
border-color css
<style>
span { border-color: #33BB8C; }
span { border-color: rgb(51,187,140); }
td.TdClassName
{
border-color: #33BB8C;
}
.TagClassName
{
border-color: #33BB8C;
}
</style>