Shades of Palm Leaf #2F581D
Tints of Palm Leaf #2F581D
RGB
CMYK
RGB Variations
Color information
#2F581D (or 0x2F581D) is known color: Palm Leaf. HEX triplet: 2F, 58 and 1D. RGB value is (47,88,29). Sum of RGB (Red+Green+Blue) = 47+88+29=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #2F581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F581D is #D0A7E2. Grayscale: #454545. Windows color (decimal): -13674467 or 1923119. OLE color: 1923119.
HSL color Cylindrical-coordinate representation of color #2F581D: hue angle of 101.69º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F581D is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 29 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.65 |
| HSL | 101.69º | 0.5% | 0.23% | - |
| HSV(B) | 101.69º | 0.67% | 0.35% | - |
| XYZ | 4.88 | 7.67 | 2.39 | - |
| YUV | 69.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 29 | 0.47 | 0 | 0.67 | 0.65 | 101.69 | 0.5 | 0.23 |
| Hex | 2F | 58 | 1D | 2F | 0 | 43 | 41 | 66 | 32 | 17 |
| Octal | 57 | 130 | 35 | 57 | 0 | 103 | 101 | 146 | 62 | 27 |
| Binary | 101111 | 1011000 | 11101 | 101111 | 0 | 1000011 | 1000001 | 1100110 | 110010 | 10111 |
Color Harmonies of #2F581D
Complementary color
Monochromatic Colors of #2F581D
Black with #2F581D
Text Example
Text Example
White with #2F581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F581D; }
p { color: rgb(47,88,29); }
H1.HeaderClassName
{
color: #2F581D;
}
.AnyTagClassName
{
color: #2F581D;
}
</style>
background-color css
<style>
a { background-color: #2F581D; }
a { background-color: rgb(47,88,29); }
div.DivClassName
{
background-color: #2F581D;
}
.BgClassName
{
background-color: #2F581D;
}
</style>
border-color css
<style>
span { border-color: #2F581D; }
span { border-color: rgb(47,88,29); }
td.TdClassName
{
border-color: #2F581D;
}
.TagClassName
{
border-color: #2F581D;
}
</style>