Shades of Palm Leaf #2F5521
Tints of Palm Leaf #2F5521
RGB
CMYK
RGB Variations
Color information
#2F5521 (or 0x2F5521) is known color: Palm Leaf. HEX triplet: 2F, 55 and 21. RGB value is (47,85,33). Sum of RGB (Red+Green+Blue) = 47+85+33=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5521 is #D0AADE. Grayscale: #434343. Windows color (decimal): -13675231 or 2184495. OLE color: 2184495.
HSL color Cylindrical-coordinate representation of color #2F5521: hue angle of 103.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5521 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 33 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.67 |
| HSL | 103.85º | 0.44% | 0.23% | - |
| HSV(B) | 103.85º | 0.61% | 0.33% | - |
| XYZ | 4.7 | 7.21 | 2.58 | - |
| YUV | 67.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 33 | 0.45 | 0 | 0.61 | 0.67 | 103.85 | 0.44 | 0.23 |
| Hex | 2F | 55 | 21 | 2D | 0 | 3D | 43 | 68 | 2C | 17 |
| Octal | 57 | 125 | 41 | 55 | 0 | 75 | 103 | 150 | 54 | 27 |
| Binary | 101111 | 1010101 | 100001 | 101101 | 0 | 111101 | 1000011 | 1101000 | 101100 | 10111 |
Color Harmonies of #2F5521
Complementary color
Monochromatic Colors of #2F5521
Black with #2F5521
Text Example
Text Example
White with #2F5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5521; }
p { color: rgb(47,85,33); }
H1.HeaderClassName
{
color: #2F5521;
}
.AnyTagClassName
{
color: #2F5521;
}
</style>
background-color css
<style>
a { background-color: #2F5521; }
a { background-color: rgb(47,85,33); }
div.DivClassName
{
background-color: #2F5521;
}
.BgClassName
{
background-color: #2F5521;
}
</style>
border-color css
<style>
span { border-color: #2F5521; }
span { border-color: rgb(47,85,33); }
td.TdClassName
{
border-color: #2F5521;
}
.TagClassName
{
border-color: #2F5521;
}
</style>