Shades of Green Leaf #4F702A
Tints of Green Leaf #4F702A
RGB
CMYK
RGB Variations
Color information
#4F702A (or 0x4F702A) is known color: Green Leaf. HEX triplet: 4F, 70 and 2A. RGB value is (79,112,42). Sum of RGB (Red+Green+Blue) = 79+112+42=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #4F702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F702A is #B08FD5. Grayscale: #5E5E5E. Windows color (decimal): -11571158 or 2781263. OLE color: 2781263.
HSL color Cylindrical-coordinate representation of color #4F702A: hue angle of 88.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F702A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 42 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.56 |
| HSL | 88.29º | 0.45% | 0.3% | - |
| HSV(B) | 88.29º | 0.63% | 0.44% | - |
| XYZ | 9.44 | 13.42 | 4.28 | - |
| YUV | 94.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 42 | 0.29 | 0 | 0.62 | 0.56 | 88.29 | 0.45 | 0.3 |
| Hex | 4F | 70 | 2A | 1D | 0 | 3E | 38 | 58 | 2D | 1E |
| Octal | 117 | 160 | 52 | 35 | 0 | 76 | 70 | 130 | 55 | 36 |
| Binary | 1001111 | 1110000 | 101010 | 11101 | 0 | 111110 | 111000 | 1011000 | 101101 | 11110 |
Color Harmonies of #4F702A
Complementary color
Monochromatic Colors of #4F702A
Black with #4F702A
Text Example
Text Example
White with #4F702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F702A; }
p { color: rgb(79,112,42); }
H1.HeaderClassName
{
color: #4F702A;
}
.AnyTagClassName
{
color: #4F702A;
}
</style>
background-color css
<style>
a { background-color: #4F702A; }
a { background-color: rgb(79,112,42); }
div.DivClassName
{
background-color: #4F702A;
}
.BgClassName
{
background-color: #4F702A;
}
</style>
border-color css
<style>
span { border-color: #4F702A; }
span { border-color: rgb(79,112,42); }
td.TdClassName
{
border-color: #4F702A;
}
.TagClassName
{
border-color: #4F702A;
}
</style>