Shades of Jungle Green #33AD8B
Tints of Jungle Green #33AD8B
RGB
CMYK
RGB Variations
Color information
#33AD8B (or 0x33AD8B) is known color: Jungle Green. HEX triplet: 33, AD and 8B. RGB value is (51,173,139). Sum of RGB (Red+Green+Blue) = 51+173+139=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AD8B is #CC5274. Grayscale: #848484. Windows color (decimal): -13390453 or 9153843. OLE color: 9153843.
HSL color Cylindrical-coordinate representation of color #33AD8B: hue angle of 163.28º 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 #33AD8B is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 139 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.32 |
| HSL | 163.28º | 0.54% | 0.44% | - |
| HSV(B) | 163.28º | 0.71% | 0.68% | - |
| XYZ | 20.97 | 32.46 | 29.59 | - |
| YUV | 132.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 139 | 0.71 | 0 | 0.20 | 0.32 | 163.28 | 0.54 | 0.44 |
| Hex | 33 | AD | 8B | 47 | 0 | 14 | 20 | A3 | 36 | 2C |
| Octal | 63 | 255 | 213 | 107 | 0 | 24 | 40 | 243 | 66 | 54 |
| Binary | 110011 | 10101101 | 10001011 | 1000111 | 0 | 10100 | 100000 | 10100011 | 110110 | 101100 |
Color Harmonies of #33AD8B
Complementary color
Monochromatic Colors of #33AD8B
Black with #33AD8B
Text Example
Text Example
White with #33AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD8B; }
p { color: rgb(51,173,139); }
H1.HeaderClassName
{
color: #33AD8B;
}
.AnyTagClassName
{
color: #33AD8B;
}
</style>
background-color css
<style>
a { background-color: #33AD8B; }
a { background-color: rgb(51,173,139); }
div.DivClassName
{
background-color: #33AD8B;
}
.BgClassName
{
background-color: #33AD8B;
}
</style>
border-color css
<style>
span { border-color: #33AD8B; }
span { border-color: rgb(51,173,139); }
td.TdClassName
{
border-color: #33AD8B;
}
.TagClassName
{
border-color: #33AD8B;
}
</style>