Shades of Palm Leaf #2F492C
Tints of Palm Leaf #2F492C
RGB
CMYK
RGB Variations
Color information
#2F492C (or 0x2F492C) is known color: Palm Leaf. HEX triplet: 2F, 49 and 2C. RGB value is (47,73,44). Sum of RGB (Red+Green+Blue) = 47+73+44=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #2F492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F492C is #D0B6D3. Grayscale: #3E3E3E. Windows color (decimal): -13678292 or 2902319. OLE color: 2902319.
HSL color Cylindrical-coordinate representation of color #2F492C: hue angle of 113.79º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F492C is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 73 | 44 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.71 |
| HSL | 113.79º | 0.25% | 0.23% | - |
| HSV(B) | 113.79º | 0.4% | 0.29% | - |
| XYZ | 4.01 | 5.55 | 3.24 | - |
| YUV | 61.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 44 | 0.36 | 0 | 0.40 | 0.71 | 113.79 | 0.25 | 0.23 |
| Hex | 2F | 49 | 2C | 24 | 0 | 28 | 47 | 72 | 19 | 17 |
| Octal | 57 | 111 | 54 | 44 | 0 | 50 | 107 | 162 | 31 | 27 |
| Binary | 101111 | 1001001 | 101100 | 100100 | 0 | 101000 | 1000111 | 1110010 | 11001 | 10111 |
Color Harmonies of #2F492C
Complementary color
Monochromatic Colors of #2F492C
Black with #2F492C
Text Example
Text Example
White with #2F492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F492C; }
p { color: rgb(47,73,44); }
H1.HeaderClassName
{
color: #2F492C;
}
.AnyTagClassName
{
color: #2F492C;
}
</style>
background-color css
<style>
a { background-color: #2F492C; }
a { background-color: rgb(47,73,44); }
div.DivClassName
{
background-color: #2F492C;
}
.BgClassName
{
background-color: #2F492C;
}
</style>
border-color css
<style>
span { border-color: #2F492C; }
span { border-color: rgb(47,73,44); }
td.TdClassName
{
border-color: #2F492C;
}
.TagClassName
{
border-color: #2F492C;
}
</style>