Shades of Jungle Green #33A77F
Tints of Jungle Green #33A77F
RGB
CMYK
RGB Variations
Color information
#33A77F (or 0x33A77F) is known color: Jungle Green. HEX triplet: 33, A7 and 7F. RGB value is (51,167,127). Sum of RGB (Red+Green+Blue) = 51+167+127=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #33A77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A77F is #CC5880. Grayscale: #7F7F7F. Windows color (decimal): -13392001 or 8365875. OLE color: 8365875.
HSL color Cylindrical-coordinate representation of color #33A77F: hue angle of 159.31º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A77F is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 167 | 127 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.35 |
| HSL | 159.31º | 0.53% | 0.43% | - |
| HSV(B) | 159.31º | 0.69% | 0.65% | - |
| XYZ | 19.01 | 29.87 | 24.84 | - |
| YUV | 127.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 167 | 127 | 0.69 | 0 | 0.24 | 0.35 | 159.31 | 0.53 | 0.43 |
| Hex | 33 | A7 | 7F | 45 | 0 | 18 | 23 | 9F | 35 | 2B |
| Octal | 63 | 247 | 177 | 105 | 0 | 30 | 43 | 237 | 65 | 53 |
| Binary | 110011 | 10100111 | 1111111 | 1000101 | 0 | 11000 | 100011 | 10011111 | 110101 | 101011 |
Color Harmonies of #33A77F
Complementary color
Monochromatic Colors of #33A77F
Black with #33A77F
Text Example
Text Example
White with #33A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A77F; }
p { color: rgb(51,167,127); }
H1.HeaderClassName
{
color: #33A77F;
}
.AnyTagClassName
{
color: #33A77F;
}
</style>
background-color css
<style>
a { background-color: #33A77F; }
a { background-color: rgb(51,167,127); }
div.DivClassName
{
background-color: #33A77F;
}
.BgClassName
{
background-color: #33A77F;
}
</style>
border-color css
<style>
span { border-color: #33A77F; }
span { border-color: rgb(51,167,127); }
td.TdClassName
{
border-color: #33A77F;
}
.TagClassName
{
border-color: #33A77F;
}
</style>