Shades of Jungle Green #33AB7E
Tints of Jungle Green #33AB7E
RGB
CMYK
RGB Variations
Color information
#33AB7E (or 0x33AB7E) is known color: Jungle Green. HEX triplet: 33, AB and 7E. RGB value is (51,171,126). Sum of RGB (Red+Green+Blue) = 51+171+126=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AB7E is #CC5481. Grayscale: #828282. Windows color (decimal): -13390978 or 8301363. OLE color: 8301363.
HSL color Cylindrical-coordinate representation of color #33AB7E: hue angle of 157.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB7E is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 171 | 126 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.33 |
| HSL | 157.5º | 0.54% | 0.44% | - |
| HSV(B) | 157.5º | 0.7% | 0.67% | - |
| XYZ | 19.69 | 31.34 | 24.75 | - |
| YUV | 129.99 | 125.74 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 126 | 0.70 | 0 | 0.26 | 0.33 | 157.5 | 0.54 | 0.44 |
| Hex | 33 | AB | 7E | 46 | 0 | 1A | 21 | 9E | 36 | 2C |
| Octal | 63 | 253 | 176 | 106 | 0 | 32 | 41 | 236 | 66 | 54 |
| Binary | 110011 | 10101011 | 1111110 | 1000110 | 0 | 11010 | 100001 | 10011110 | 110110 | 101100 |
Color Harmonies of #33AB7E
Complementary color
Monochromatic Colors of #33AB7E
Black with #33AB7E
Text Example
Text Example
White with #33AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AB7E; }
p { color: rgb(51,171,126); }
H1.HeaderClassName
{
color: #33AB7E;
}
.AnyTagClassName
{
color: #33AB7E;
}
</style>
background-color css
<style>
a { background-color: #33AB7E; }
a { background-color: rgb(51,171,126); }
div.DivClassName
{
background-color: #33AB7E;
}
.BgClassName
{
background-color: #33AB7E;
}
</style>
border-color css
<style>
span { border-color: #33AB7E; }
span { border-color: rgb(51,171,126); }
td.TdClassName
{
border-color: #33AB7E;
}
.TagClassName
{
border-color: #33AB7E;
}
</style>