Shades of Palm Leaf #2F561A
Tints of Palm Leaf #2F561A
RGB
CMYK
RGB Variations
Color information
#2F561A (or 0x2F561A) is known color: Palm Leaf. HEX triplet: 2F, 56 and 1A. RGB value is (47,86,26). Sum of RGB (Red+Green+Blue) = 47+86+26=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #2F561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F561A is #D0A9E5. Grayscale: #434343. Windows color (decimal): -13674982 or 1725999. OLE color: 1725999.
HSL color Cylindrical-coordinate representation of color #2F561A: hue angle of 99º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F561A is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 86 | 26 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.66 |
| HSL | 99º | 0.54% | 0.22% | - |
| HSV(B) | 99º | 0.7% | 0.34% | - |
| XYZ | 4.69 | 7.33 | 2.15 | - |
| YUV | 67.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 26 | 0.45 | 0 | 0.70 | 0.66 | 99 | 0.54 | 0.22 |
| Hex | 2F | 56 | 1A | 2D | 0 | 46 | 42 | 63 | 36 | 16 |
| Octal | 57 | 126 | 32 | 55 | 0 | 106 | 102 | 143 | 66 | 26 |
| Binary | 101111 | 1010110 | 11010 | 101101 | 0 | 1000110 | 1000010 | 1100011 | 110110 | 10110 |
Color Harmonies of #2F561A
Complementary color
Monochromatic Colors of #2F561A
Black with #2F561A
Text Example
Text Example
White with #2F561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F561A; }
p { color: rgb(47,86,26); }
H1.HeaderClassName
{
color: #2F561A;
}
.AnyTagClassName
{
color: #2F561A;
}
</style>
background-color css
<style>
a { background-color: #2F561A; }
a { background-color: rgb(47,86,26); }
div.DivClassName
{
background-color: #2F561A;
}
.BgClassName
{
background-color: #2F561A;
}
</style>
border-color css
<style>
span { border-color: #2F561A; }
span { border-color: rgb(47,86,26); }
td.TdClassName
{
border-color: #2F561A;
}
.TagClassName
{
border-color: #2F561A;
}
</style>