Shades of Palm Leaf #2F4B1D
Tints of Palm Leaf #2F4B1D
RGB
CMYK
RGB Variations
Color information
#2F4B1D (or 0x2F4B1D) is known color: Palm Leaf. HEX triplet: 2F, 4B and 1D. RGB value is (47,75,29). Sum of RGB (Red+Green+Blue) = 47+75+29=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B1D is #D0B4E2. Grayscale: #3D3D3D. Windows color (decimal): -13677795 or 1919791. OLE color: 1919791.
HSL color Cylindrical-coordinate representation of color #2F4B1D: hue angle of 96.52º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4B1D is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 29 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.71 |
| HSL | 96.52º | 0.44% | 0.2% | - |
| HSV(B) | 96.52º | 0.61% | 0.29% | - |
| XYZ | 3.91 | 5.73 | 2.06 | - |
| YUV | 61.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 29 | 0.37 | 0 | 0.61 | 0.71 | 96.52 | 0.44 | 0.2 |
| Hex | 2F | 4B | 1D | 25 | 0 | 3D | 47 | 61 | 2C | 14 |
| Octal | 57 | 113 | 35 | 45 | 0 | 75 | 107 | 141 | 54 | 24 |
| Binary | 101111 | 1001011 | 11101 | 100101 | 0 | 111101 | 1000111 | 1100001 | 101100 | 10100 |
Color Harmonies of #2F4B1D
Complementary color
Monochromatic Colors of #2F4B1D
Black with #2F4B1D
Text Example
Text Example
White with #2F4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B1D; }
p { color: rgb(47,75,29); }
H1.HeaderClassName
{
color: #2F4B1D;
}
.AnyTagClassName
{
color: #2F4B1D;
}
</style>
background-color css
<style>
a { background-color: #2F4B1D; }
a { background-color: rgb(47,75,29); }
div.DivClassName
{
background-color: #2F4B1D;
}
.BgClassName
{
background-color: #2F4B1D;
}
</style>
border-color css
<style>
span { border-color: #2F4B1D; }
span { border-color: rgb(47,75,29); }
td.TdClassName
{
border-color: #2F4B1D;
}
.TagClassName
{
border-color: #2F4B1D;
}
</style>