Shades of Green Leaf #4F702F
Tints of Green Leaf #4F702F
RGB
CMYK
RGB Variations
Color information
#4F702F (or 0x4F702F) is known color: Green Leaf. HEX triplet: 4F, 70 and 2F. RGB value is (79,112,47). Sum of RGB (Red+Green+Blue) = 79+112+47=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #4F702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F702F is #B08FD0. Grayscale: #5E5E5E. Windows color (decimal): -11571153 or 3108943. OLE color: 3108943.
HSL color Cylindrical-coordinate representation of color #4F702F: hue angle of 90.46º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F702F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 47 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.56 |
| HSL | 90.46º | 0.41% | 0.31% | - |
| HSV(B) | 90.46º | 0.58% | 0.44% | - |
| XYZ | 9.53 | 13.46 | 4.78 | - |
| YUV | 94.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 47 | 0.29 | 0 | 0.58 | 0.56 | 90.46 | 0.41 | 0.31 |
| Hex | 4F | 70 | 2F | 1D | 0 | 3A | 38 | 5A | 29 | 1F |
| Octal | 117 | 160 | 57 | 35 | 0 | 72 | 70 | 132 | 51 | 37 |
| Binary | 1001111 | 1110000 | 101111 | 11101 | 0 | 111010 | 111000 | 1011010 | 101001 | 11111 |
Color Harmonies of #4F702F
Complementary color
Monochromatic Colors of #4F702F
Black with #4F702F
Text Example
Text Example
White with #4F702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F702F; }
p { color: rgb(79,112,47); }
H1.HeaderClassName
{
color: #4F702F;
}
.AnyTagClassName
{
color: #4F702F;
}
</style>
background-color css
<style>
a { background-color: #4F702F; }
a { background-color: rgb(79,112,47); }
div.DivClassName
{
background-color: #4F702F;
}
.BgClassName
{
background-color: #4F702F;
}
</style>
border-color css
<style>
span { border-color: #4F702F; }
span { border-color: rgb(79,112,47); }
td.TdClassName
{
border-color: #4F702F;
}
.TagClassName
{
border-color: #4F702F;
}
</style>