Shades of Palm Leaf #2F442D
Tints of Palm Leaf #2F442D
RGB
CMYK
RGB Variations
Color information
#2F442D (or 0x2F442D) is known color: Palm Leaf. HEX triplet: 2F, 44 and 2D. RGB value is (47,68,45). Sum of RGB (Red+Green+Blue) = 47+68+45=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #2F442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F442D is #D0BBD2. Grayscale: #3B3B3B. Windows color (decimal): -13679571 or 2966575. OLE color: 2966575.
HSL color Cylindrical-coordinate representation of color #2F442D: hue angle of 114.78º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F442D is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 45 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.73 |
| HSL | 114.78º | 0.2% | 0.22% | - |
| HSV(B) | 114.78º | 0.34% | 0.27% | - |
| XYZ | 3.71 | 4.93 | 3.24 | - |
| YUV | 59.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 45 | 0.31 | 0 | 0.34 | 0.73 | 114.78 | 0.2 | 0.22 |
| Hex | 2F | 44 | 2D | 1F | 0 | 22 | 49 | 73 | 14 | 16 |
| Octal | 57 | 104 | 55 | 37 | 0 | 42 | 111 | 163 | 24 | 26 |
| Binary | 101111 | 1000100 | 101101 | 11111 | 0 | 100010 | 1001001 | 1110011 | 10100 | 10110 |
Color Harmonies of #2F442D
Complementary color
Monochromatic Colors of #2F442D
Black with #2F442D
Text Example
Text Example
White with #2F442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F442D; }
p { color: rgb(47,68,45); }
H1.HeaderClassName
{
color: #2F442D;
}
.AnyTagClassName
{
color: #2F442D;
}
</style>
background-color css
<style>
a { background-color: #2F442D; }
a { background-color: rgb(47,68,45); }
div.DivClassName
{
background-color: #2F442D;
}
.BgClassName
{
background-color: #2F442D;
}
</style>
border-color css
<style>
span { border-color: #2F442D; }
span { border-color: rgb(47,68,45); }
td.TdClassName
{
border-color: #2F442D;
}
.TagClassName
{
border-color: #2F442D;
}
</style>