Shades of Palm Leaf #2F511F
Tints of Palm Leaf #2F511F
RGB
CMYK
RGB Variations
Color information
#2F511F (or 0x2F511F) is known color: Palm Leaf. HEX triplet: 2F, 51 and 1F. RGB value is (47,81,31). Sum of RGB (Red+Green+Blue) = 47+81+31=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #2F511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F511F is #D0AEE0. Grayscale: #414141. Windows color (decimal): -13676257 or 2052399. OLE color: 2052399.
HSL color Cylindrical-coordinate representation of color #2F511F: hue angle of 100.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F511F is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 31 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.68 |
| HSL | 100.8º | 0.45% | 0.22% | - |
| HSV(B) | 100.8º | 0.62% | 0.32% | - |
| XYZ | 4.36 | 6.59 | 2.34 | - |
| YUV | 65.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 31 | 0.42 | 0 | 0.62 | 0.68 | 100.8 | 0.45 | 0.22 |
| Hex | 2F | 51 | 1F | 2A | 0 | 3E | 44 | 65 | 2D | 16 |
| Octal | 57 | 121 | 37 | 52 | 0 | 76 | 104 | 145 | 55 | 26 |
| Binary | 101111 | 1010001 | 11111 | 101010 | 0 | 111110 | 1000100 | 1100101 | 101101 | 10110 |
Color Harmonies of #2F511F
Complementary color
Monochromatic Colors of #2F511F
Black with #2F511F
Text Example
Text Example
White with #2F511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F511F; }
p { color: rgb(47,81,31); }
H1.HeaderClassName
{
color: #2F511F;
}
.AnyTagClassName
{
color: #2F511F;
}
</style>
background-color css
<style>
a { background-color: #2F511F; }
a { background-color: rgb(47,81,31); }
div.DivClassName
{
background-color: #2F511F;
}
.BgClassName
{
background-color: #2F511F;
}
</style>
border-color css
<style>
span { border-color: #2F511F; }
span { border-color: rgb(47,81,31); }
td.TdClassName
{
border-color: #2F511F;
}
.TagClassName
{
border-color: #2F511F;
}
</style>