Shades of Green Leaf #4F702D
Tints of Green Leaf #4F702D
RGB
CMYK
RGB Variations
Color information
#4F702D (or 0x4F702D) is known color: Green Leaf. HEX triplet: 4F, 70 and 2D. RGB value is (79,112,45). Sum of RGB (Red+Green+Blue) = 79+112+45=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #4F702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F702D is #B08FD2. Grayscale: #5E5E5E. Windows color (decimal): -11571155 or 2977871. OLE color: 2977871.
HSL color Cylindrical-coordinate representation of color #4F702D: hue angle of 89.55º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F702D is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 45 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.56 |
| HSL | 89.55º | 0.43% | 0.31% | - |
| HSV(B) | 89.55º | 0.6% | 0.44% | - |
| XYZ | 9.49 | 13.44 | 4.58 | - |
| YUV | 94.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 45 | 0.29 | 0 | 0.60 | 0.56 | 89.55 | 0.43 | 0.31 |
| Hex | 4F | 70 | 2D | 1D | 0 | 3C | 38 | 5A | 2B | 1F |
| Octal | 117 | 160 | 55 | 35 | 0 | 74 | 70 | 132 | 53 | 37 |
| Binary | 1001111 | 1110000 | 101101 | 11101 | 0 | 111100 | 111000 | 1011010 | 101011 | 11111 |
Color Harmonies of #4F702D
Complementary color
Monochromatic Colors of #4F702D
Black with #4F702D
Text Example
Text Example
White with #4F702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F702D; }
p { color: rgb(79,112,45); }
H1.HeaderClassName
{
color: #4F702D;
}
.AnyTagClassName
{
color: #4F702D;
}
</style>
background-color css
<style>
a { background-color: #4F702D; }
a { background-color: rgb(79,112,45); }
div.DivClassName
{
background-color: #4F702D;
}
.BgClassName
{
background-color: #4F702D;
}
</style>
border-color css
<style>
span { border-color: #4F702D; }
span { border-color: rgb(79,112,45); }
td.TdClassName
{
border-color: #4F702D;
}
.TagClassName
{
border-color: #4F702D;
}
</style>