Shades of Jungle Green #33BC8B
Tints of Jungle Green #33BC8B
RGB
CMYK
RGB Variations
Color information
#33BC8B (or 0x33BC8B) is known color: Jungle Green. HEX triplet: 33, BC and 8B. RGB value is (51,188,139). Sum of RGB (Red+Green+Blue) = 51+188+139=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC8B is #CC4374. Grayscale: #8D8D8D. Windows color (decimal): -13386613 or 9157683. OLE color: 9157683.
HSL color Cylindrical-coordinate representation of color #33BC8B: hue angle of 158.54º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC8B is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 139 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.26 |
| HSL | 158.54º | 0.57% | 0.47% | - |
| HSV(B) | 158.54º | 0.73% | 0.74% | - |
| XYZ | 24.01 | 38.53 | 30.6 | - |
| YUV | 141.45 | 126.61 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 139 | 0.73 | 0 | 0.26 | 0.26 | 158.54 | 0.57 | 0.47 |
| Hex | 33 | BC | 8B | 49 | 0 | 1A | 1A | 9F | 39 | 2F |
| Octal | 63 | 274 | 213 | 111 | 0 | 32 | 32 | 237 | 71 | 57 |
| Binary | 110011 | 10111100 | 10001011 | 1001001 | 0 | 11010 | 11010 | 10011111 | 111001 | 101111 |
Color Harmonies of #33BC8B
Complementary color
Monochromatic Colors of #33BC8B
Black with #33BC8B
Text Example
Text Example
White with #33BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC8B; }
p { color: rgb(51,188,139); }
H1.HeaderClassName
{
color: #33BC8B;
}
.AnyTagClassName
{
color: #33BC8B;
}
</style>
background-color css
<style>
a { background-color: #33BC8B; }
a { background-color: rgb(51,188,139); }
div.DivClassName
{
background-color: #33BC8B;
}
.BgClassName
{
background-color: #33BC8B;
}
</style>
border-color css
<style>
span { border-color: #33BC8B; }
span { border-color: rgb(51,188,139); }
td.TdClassName
{
border-color: #33BC8B;
}
.TagClassName
{
border-color: #33BC8B;
}
</style>