Shades of Palm Leaf #2F5722
Tints of Palm Leaf #2F5722
RGB
CMYK
RGB Variations
Color information
#2F5722 (or 0x2F5722) is known color: Palm Leaf. HEX triplet: 2F, 57 and 22. RGB value is (47,87,34). Sum of RGB (Red+Green+Blue) = 47+87+34=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5722 is #D0A8DD. Grayscale: #454545. Windows color (decimal): -13674718 or 2250543. OLE color: 2250543.
HSL color Cylindrical-coordinate representation of color #2F5722: hue angle of 105.28º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5722 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 34 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.66 |
| HSL | 105.28º | 0.44% | 0.24% | - |
| HSV(B) | 105.28º | 0.61% | 0.34% | - |
| XYZ | 4.87 | 7.54 | 2.71 | - |
| YUV | 69 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 34 | 0.46 | 0 | 0.61 | 0.66 | 105.28 | 0.44 | 0.24 |
| Hex | 2F | 57 | 22 | 2E | 0 | 3D | 42 | 69 | 2C | 18 |
| Octal | 57 | 127 | 42 | 56 | 0 | 75 | 102 | 151 | 54 | 30 |
| Binary | 101111 | 1010111 | 100010 | 101110 | 0 | 111101 | 1000010 | 1101001 | 101100 | 11000 |
Color Harmonies of #2F5722
Complementary color
Monochromatic Colors of #2F5722
Black with #2F5722
Text Example
Text Example
White with #2F5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5722; }
p { color: rgb(47,87,34); }
H1.HeaderClassName
{
color: #2F5722;
}
.AnyTagClassName
{
color: #2F5722;
}
</style>
background-color css
<style>
a { background-color: #2F5722; }
a { background-color: rgb(47,87,34); }
div.DivClassName
{
background-color: #2F5722;
}
.BgClassName
{
background-color: #2F5722;
}
</style>
border-color css
<style>
span { border-color: #2F5722; }
span { border-color: rgb(47,87,34); }
td.TdClassName
{
border-color: #2F5722;
}
.TagClassName
{
border-color: #2F5722;
}
</style>