Shades of Green Leaf #4F602F
Tints of Green Leaf #4F602F
RGB
CMYK
RGB Variations
Color information
#4F602F (or 0x4F602F) is known color: Green Leaf. HEX triplet: 4F, 60 and 2F. RGB value is (79,96,47). Sum of RGB (Red+Green+Blue) = 79+96+47=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #4F602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F602F is #B09FD0. Grayscale: #555555. Windows color (decimal): -11575249 or 3104847. OLE color: 3104847.
HSL color Cylindrical-coordinate representation of color #4F602F: hue angle of 80.82º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F602F is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 47 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.62 |
| HSL | 80.82º | 0.34% | 0.28% | - |
| HSV(B) | 80.82º | 0.51% | 0.38% | - |
| XYZ | 7.92 | 10.23 | 4.25 | - |
| YUV | 85.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 47 | 0.18 | 0 | 0.51 | 0.62 | 80.82 | 0.34 | 0.28 |
| Hex | 4F | 60 | 2F | 12 | 0 | 33 | 3E | 51 | 22 | 1C |
| Octal | 117 | 140 | 57 | 22 | 0 | 63 | 76 | 121 | 42 | 34 |
| Binary | 1001111 | 1100000 | 101111 | 10010 | 0 | 110011 | 111110 | 1010001 | 100010 | 11100 |
Color Harmonies of #4F602F
Complementary color
Monochromatic Colors of #4F602F
Black with #4F602F
Text Example
Text Example
White with #4F602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F602F; }
p { color: rgb(79,96,47); }
H1.HeaderClassName
{
color: #4F602F;
}
.AnyTagClassName
{
color: #4F602F;
}
</style>
background-color css
<style>
a { background-color: #4F602F; }
a { background-color: rgb(79,96,47); }
div.DivClassName
{
background-color: #4F602F;
}
.BgClassName
{
background-color: #4F602F;
}
</style>
border-color css
<style>
span { border-color: #4F602F; }
span { border-color: rgb(79,96,47); }
td.TdClassName
{
border-color: #4F602F;
}
.TagClassName
{
border-color: #4F602F;
}
</style>