Shades of Green Leaf #47731E
Tints of Green Leaf #47731E
RGB
CMYK
RGB Variations
Color information
#47731E (or 0x47731E) is known color: Green Leaf. HEX triplet: 47, 73 and 1E. RGB value is (71,115,30). Sum of RGB (Red+Green+Blue) = 71+115+30=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #47731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47731E is #B88CE1. Grayscale: #5C5C5C. Windows color (decimal): -12094690 or 1995591. OLE color: 1995591.
HSL color Cylindrical-coordinate representation of color #47731E: hue angle of 91.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47731E is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 30 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.55 |
| HSL | 91.06º | 0.59% | 0.28% | - |
| HSV(B) | 91.06º | 0.74% | 0.45% | - |
| XYZ | 8.96 | 13.69 | 3.4 | - |
| YUV | 92.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 30 | 0.38 | 0 | 0.74 | 0.55 | 91.06 | 0.59 | 0.28 |
| Hex | 47 | 73 | 1E | 26 | 0 | 4A | 37 | 5B | 3B | 1C |
| Octal | 107 | 163 | 36 | 46 | 0 | 112 | 67 | 133 | 73 | 34 |
| Binary | 1000111 | 1110011 | 11110 | 100110 | 0 | 1001010 | 110111 | 1011011 | 111011 | 11100 |
Color Harmonies of #47731E
Complementary color
Monochromatic Colors of #47731E
Black with #47731E
Text Example
Text Example
White with #47731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47731E; }
p { color: rgb(71,115,30); }
H1.HeaderClassName
{
color: #47731E;
}
.AnyTagClassName
{
color: #47731E;
}
</style>
background-color css
<style>
a { background-color: #47731E; }
a { background-color: rgb(71,115,30); }
div.DivClassName
{
background-color: #47731E;
}
.BgClassName
{
background-color: #47731E;
}
</style>
border-color css
<style>
span { border-color: #47731E; }
span { border-color: rgb(71,115,30); }
td.TdClassName
{
border-color: #47731E;
}
.TagClassName
{
border-color: #47731E;
}
</style>