Shades of Palm Leaf #2F561E
Tints of Palm Leaf #2F561E
RGB
CMYK
RGB Variations
Color information
#2F561E (or 0x2F561E) is known color: Palm Leaf. HEX triplet: 2F, 56 and 1E. RGB value is (47,86,30). Sum of RGB (Red+Green+Blue) = 47+86+30=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #2F561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F561E is #D0A9E1. Grayscale: #444444. Windows color (decimal): -13674978 or 1988143. OLE color: 1988143.
HSL color Cylindrical-coordinate representation of color #2F561E: hue angle of 101.79º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F561E is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 86 | 30 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.66 |
| HSL | 101.79º | 0.48% | 0.23% | - |
| HSV(B) | 101.79º | 0.65% | 0.34% | - |
| XYZ | 4.73 | 7.35 | 2.4 | - |
| YUV | 67.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 30 | 0.45 | 0 | 0.65 | 0.66 | 101.79 | 0.48 | 0.23 |
| Hex | 2F | 56 | 1E | 2D | 0 | 41 | 42 | 66 | 30 | 17 |
| Octal | 57 | 126 | 36 | 55 | 0 | 101 | 102 | 146 | 60 | 27 |
| Binary | 101111 | 1010110 | 11110 | 101101 | 0 | 1000001 | 1000010 | 1100110 | 110000 | 10111 |
Color Harmonies of #2F561E
Complementary color
Monochromatic Colors of #2F561E
Black with #2F561E
Text Example
Text Example
White with #2F561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F561E; }
p { color: rgb(47,86,30); }
H1.HeaderClassName
{
color: #2F561E;
}
.AnyTagClassName
{
color: #2F561E;
}
</style>
background-color css
<style>
a { background-color: #2F561E; }
a { background-color: rgb(47,86,30); }
div.DivClassName
{
background-color: #2F561E;
}
.BgClassName
{
background-color: #2F561E;
}
</style>
border-color css
<style>
span { border-color: #2F561E; }
span { border-color: rgb(47,86,30); }
td.TdClassName
{
border-color: #2F561E;
}
.TagClassName
{
border-color: #2F561E;
}
</style>