Shades of Palm Leaf #2F482C
Tints of Palm Leaf #2F482C
RGB
CMYK
RGB Variations
Color information
#2F482C (or 0x2F482C) is known color: Palm Leaf. HEX triplet: 2F, 48 and 2C. RGB value is (47,72,44). Sum of RGB (Red+Green+Blue) = 47+72+44=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482C is #D0B7D3. Grayscale: #3D3D3D. Windows color (decimal): -13678548 or 2902063. OLE color: 2902063.
HSL color Cylindrical-coordinate representation of color #2F482C: hue angle of 113.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F482C is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 44 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.72 |
| HSL | 113.57º | 0.24% | 0.23% | - |
| HSV(B) | 113.57º | 0.39% | 0.28% | - |
| XYZ | 3.94 | 5.42 | 3.22 | - |
| YUV | 61.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 44 | 0.35 | 0 | 0.39 | 0.72 | 113.57 | 0.24 | 0.23 |
| Hex | 2F | 48 | 2C | 23 | 0 | 27 | 48 | 72 | 18 | 17 |
| Octal | 57 | 110 | 54 | 43 | 0 | 47 | 110 | 162 | 30 | 27 |
| Binary | 101111 | 1001000 | 101100 | 100011 | 0 | 100111 | 1001000 | 1110010 | 11000 | 10111 |
Color Harmonies of #2F482C
Complementary color
Monochromatic Colors of #2F482C
Black with #2F482C
Text Example
Text Example
White with #2F482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F482C; }
p { color: rgb(47,72,44); }
H1.HeaderClassName
{
color: #2F482C;
}
.AnyTagClassName
{
color: #2F482C;
}
</style>
background-color css
<style>
a { background-color: #2F482C; }
a { background-color: rgb(47,72,44); }
div.DivClassName
{
background-color: #2F482C;
}
.BgClassName
{
background-color: #2F482C;
}
</style>
border-color css
<style>
span { border-color: #2F482C; }
span { border-color: rgb(47,72,44); }
td.TdClassName
{
border-color: #2F482C;
}
.TagClassName
{
border-color: #2F482C;
}
</style>