Shades of Jungle Green #33BA8D
Tints of Jungle Green #33BA8D
RGB
CMYK
RGB Variations
Color information
#33BA8D (or 0x33BA8D) is known color: Jungle Green. HEX triplet: 33, BA and 8D. RGB value is (51,186,141). Sum of RGB (Red+Green+Blue) = 51+186+141=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BA8D is #CC4572. Grayscale: #8C8C8C. Windows color (decimal): -13387123 or 9288243. OLE color: 9288243.
HSL color Cylindrical-coordinate representation of color #33BA8D: hue angle of 160º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA8D is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 141 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.27 |
| HSL | 160º | 0.57% | 0.46% | - |
| HSV(B) | 160º | 0.73% | 0.73% | - |
| XYZ | 23.73 | 37.74 | 31.23 | - |
| YUV | 140.51 | 128.27 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 141 | 0.73 | 0 | 0.24 | 0.27 | 160 | 0.57 | 0.46 |
| Hex | 33 | BA | 8D | 49 | 0 | 18 | 1B | A0 | 39 | 2E |
| Octal | 63 | 272 | 215 | 111 | 0 | 30 | 33 | 240 | 71 | 56 |
| Binary | 110011 | 10111010 | 10001101 | 1001001 | 0 | 11000 | 11011 | 10100000 | 111001 | 101110 |
Color Harmonies of #33BA8D
Complementary color
Monochromatic Colors of #33BA8D
Black with #33BA8D
Text Example
Text Example
White with #33BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA8D; }
p { color: rgb(51,186,141); }
H1.HeaderClassName
{
color: #33BA8D;
}
.AnyTagClassName
{
color: #33BA8D;
}
</style>
background-color css
<style>
a { background-color: #33BA8D; }
a { background-color: rgb(51,186,141); }
div.DivClassName
{
background-color: #33BA8D;
}
.BgClassName
{
background-color: #33BA8D;
}
</style>
border-color css
<style>
span { border-color: #33BA8D; }
span { border-color: rgb(51,186,141); }
td.TdClassName
{
border-color: #33BA8D;
}
.TagClassName
{
border-color: #33BA8D;
}
</style>