Shades of Jungle Green #33BA8F
Tints of Jungle Green #33BA8F
RGB
CMYK
RGB Variations
Color information
#33BA8F (or 0x33BA8F) is known color: Jungle Green. HEX triplet: 33, BA and 8F. RGB value is (51,186,143). Sum of RGB (Red+Green+Blue) = 51+186+143=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BA8F is #CC4570. Grayscale: #8C8C8C. Windows color (decimal): -13387121 or 9419315. OLE color: 9419315.
HSL color Cylindrical-coordinate representation of color #33BA8F: hue angle of 160.89º 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 #33BA8F is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 143 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.27 |
| HSL | 160.89º | 0.57% | 0.46% | - |
| HSV(B) | 160.89º | 0.73% | 0.73% | - |
| XYZ | 23.88 | 37.8 | 32.02 | - |
| YUV | 140.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 143 | 0.73 | 0 | 0.23 | 0.27 | 160.89 | 0.57 | 0.46 |
| Hex | 33 | BA | 8F | 49 | 0 | 17 | 1B | A1 | 39 | 2E |
| Octal | 63 | 272 | 217 | 111 | 0 | 27 | 33 | 241 | 71 | 56 |
| Binary | 110011 | 10111010 | 10001111 | 1001001 | 0 | 10111 | 11011 | 10100001 | 111001 | 101110 |
Color Harmonies of #33BA8F
Complementary color
Monochromatic Colors of #33BA8F
Black with #33BA8F
Text Example
Text Example
White with #33BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA8F; }
p { color: rgb(51,186,143); }
H1.HeaderClassName
{
color: #33BA8F;
}
.AnyTagClassName
{
color: #33BA8F;
}
</style>
background-color css
<style>
a { background-color: #33BA8F; }
a { background-color: rgb(51,186,143); }
div.DivClassName
{
background-color: #33BA8F;
}
.BgClassName
{
background-color: #33BA8F;
}
</style>
border-color css
<style>
span { border-color: #33BA8F; }
span { border-color: rgb(51,186,143); }
td.TdClassName
{
border-color: #33BA8F;
}
.TagClassName
{
border-color: #33BA8F;
}
</style>