Shades of Palm Leaf #2F501F
Tints of Palm Leaf #2F501F
RGB
CMYK
RGB Variations
Color information
#2F501F (or 0x2F501F) is known color: Palm Leaf. HEX triplet: 2F, 50 and 1F. RGB value is (47,80,31). Sum of RGB (Red+Green+Blue) = 47+80+31=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #2F501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F501F is #D0AFE0. Grayscale: #404040. Windows color (decimal): -13676513 or 2052143. OLE color: 2052143.
HSL color Cylindrical-coordinate representation of color #2F501F: hue angle of 100.41º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F501F is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 80 | 31 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.69 |
| HSL | 100.41º | 0.44% | 0.22% | - |
| HSV(B) | 100.41º | 0.61% | 0.31% | - |
| XYZ | 4.29 | 6.44 | 2.31 | - |
| YUV | 64.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 31 | 0.41 | 0 | 0.61 | 0.69 | 100.41 | 0.44 | 0.22 |
| Hex | 2F | 50 | 1F | 29 | 0 | 3D | 45 | 64 | 2C | 16 |
| Octal | 57 | 120 | 37 | 51 | 0 | 75 | 105 | 144 | 54 | 26 |
| Binary | 101111 | 1010000 | 11111 | 101001 | 0 | 111101 | 1000101 | 1100100 | 101100 | 10110 |
Color Harmonies of #2F501F
Complementary color
Monochromatic Colors of #2F501F
Black with #2F501F
Text Example
Text Example
White with #2F501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F501F; }
p { color: rgb(47,80,31); }
H1.HeaderClassName
{
color: #2F501F;
}
.AnyTagClassName
{
color: #2F501F;
}
</style>
background-color css
<style>
a { background-color: #2F501F; }
a { background-color: rgb(47,80,31); }
div.DivClassName
{
background-color: #2F501F;
}
.BgClassName
{
background-color: #2F501F;
}
</style>
border-color css
<style>
span { border-color: #2F501F; }
span { border-color: rgb(47,80,31); }
td.TdClassName
{
border-color: #2F501F;
}
.TagClassName
{
border-color: #2F501F;
}
</style>