Shades of Jungle Green #33AD7E
Tints of Jungle Green #33AD7E
RGB
CMYK
RGB Variations
Color information
#33AD7E (or 0x33AD7E) is known color: Jungle Green. HEX triplet: 33, AD and 7E. RGB value is (51,173,126). Sum of RGB (Red+Green+Blue) = 51+173+126=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AD7E is #CC5281. Grayscale: #838383. Windows color (decimal): -13390466 or 8301875. OLE color: 8301875.
HSL color Cylindrical-coordinate representation of color #33AD7E: hue angle of 156.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD7E is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 126 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.32 |
| HSL | 156.89º | 0.54% | 0.44% | - |
| HSV(B) | 156.89º | 0.71% | 0.68% | - |
| XYZ | 20.07 | 32.1 | 24.88 | - |
| YUV | 131.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 126 | 0.71 | 0 | 0.27 | 0.32 | 156.89 | 0.54 | 0.44 |
| Hex | 33 | AD | 7E | 47 | 0 | 1B | 20 | 9D | 36 | 2C |
| Octal | 63 | 255 | 176 | 107 | 0 | 33 | 40 | 235 | 66 | 54 |
| Binary | 110011 | 10101101 | 1111110 | 1000111 | 0 | 11011 | 100000 | 10011101 | 110110 | 101100 |
Color Harmonies of #33AD7E
Complementary color
Monochromatic Colors of #33AD7E
Black with #33AD7E
Text Example
Text Example
White with #33AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD7E; }
p { color: rgb(51,173,126); }
H1.HeaderClassName
{
color: #33AD7E;
}
.AnyTagClassName
{
color: #33AD7E;
}
</style>
background-color css
<style>
a { background-color: #33AD7E; }
a { background-color: rgb(51,173,126); }
div.DivClassName
{
background-color: #33AD7E;
}
.BgClassName
{
background-color: #33AD7E;
}
</style>
border-color css
<style>
span { border-color: #33AD7E; }
span { border-color: rgb(51,173,126); }
td.TdClassName
{
border-color: #33AD7E;
}
.TagClassName
{
border-color: #33AD7E;
}
</style>