Shades of Green Leaf #47700F
Tints of Green Leaf #47700F
RGB
CMYK
RGB Variations
Color information
#47700F (or 0x47700F) is known color: Green Leaf. HEX triplet: 47, 70 and 0F. RGB value is (71,112,15). Sum of RGB (Red+Green+Blue) = 71+112+15=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #47700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47700F is #B88FF0. Grayscale: #595959. Windows color (decimal): -12095473 or 1011783. OLE color: 1011783.
HSL color Cylindrical-coordinate representation of color #47700F: hue angle of 85.36º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47700F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 15 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.56 |
| HSL | 85.36º | 0.76% | 0.25% | - |
| HSV(B) | 85.36º | 0.87% | 0.44% | - |
| XYZ | 8.48 | 12.96 | 2.51 | - |
| YUV | 88.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 15 | 0.37 | 0 | 0.87 | 0.56 | 85.36 | 0.76 | 0.25 |
| Hex | 47 | 70 | F | 25 | 0 | 57 | 38 | 55 | 4C | 19 |
| Octal | 107 | 160 | 17 | 45 | 0 | 127 | 70 | 125 | 114 | 31 |
| Binary | 1000111 | 1110000 | 1111 | 100101 | 0 | 1010111 | 111000 | 1010101 | 1001100 | 11001 |
Color Harmonies of #47700F
Complementary color
Monochromatic Colors of #47700F
Black with #47700F
Text Example
Text Example
White with #47700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47700F; }
p { color: rgb(71,112,15); }
H1.HeaderClassName
{
color: #47700F;
}
.AnyTagClassName
{
color: #47700F;
}
</style>
background-color css
<style>
a { background-color: #47700F; }
a { background-color: rgb(71,112,15); }
div.DivClassName
{
background-color: #47700F;
}
.BgClassName
{
background-color: #47700F;
}
</style>
border-color css
<style>
span { border-color: #47700F; }
span { border-color: rgb(71,112,15); }
td.TdClassName
{
border-color: #47700F;
}
.TagClassName
{
border-color: #47700F;
}
</style>