Shades of Palm Leaf #2F561B
Tints of Palm Leaf #2F561B
RGB
CMYK
RGB Variations
Color information
#2F561B (or 0x2F561B) is known color: Palm Leaf. HEX triplet: 2F, 56 and 1B. RGB value is (47,86,27). Sum of RGB (Red+Green+Blue) = 47+86+27=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #2F561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F561B is #D0A9E4. Grayscale: #434343. Windows color (decimal): -13674981 or 1791535. OLE color: 1791535.
HSL color Cylindrical-coordinate representation of color #2F561B: hue angle of 99.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F561B is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 86 | 27 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.66 |
| HSL | 99.66º | 0.52% | 0.22% | - |
| HSV(B) | 99.66º | 0.69% | 0.34% | - |
| XYZ | 4.7 | 7.34 | 2.21 | - |
| YUV | 67.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 27 | 0.45 | 0 | 0.69 | 0.66 | 99.66 | 0.52 | 0.22 |
| Hex | 2F | 56 | 1B | 2D | 0 | 45 | 42 | 64 | 34 | 16 |
| Octal | 57 | 126 | 33 | 55 | 0 | 105 | 102 | 144 | 64 | 26 |
| Binary | 101111 | 1010110 | 11011 | 101101 | 0 | 1000101 | 1000010 | 1100100 | 110100 | 10110 |
Color Harmonies of #2F561B
Complementary color
Monochromatic Colors of #2F561B
Black with #2F561B
Text Example
Text Example
White with #2F561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F561B; }
p { color: rgb(47,86,27); }
H1.HeaderClassName
{
color: #2F561B;
}
.AnyTagClassName
{
color: #2F561B;
}
</style>
background-color css
<style>
a { background-color: #2F561B; }
a { background-color: rgb(47,86,27); }
div.DivClassName
{
background-color: #2F561B;
}
.BgClassName
{
background-color: #2F561B;
}
</style>
border-color css
<style>
span { border-color: #2F561B; }
span { border-color: rgb(47,86,27); }
td.TdClassName
{
border-color: #2F561B;
}
.TagClassName
{
border-color: #2F561B;
}
</style>