Shades of Palm Leaf #2F462D
Tints of Palm Leaf #2F462D
RGB
CMYK
RGB Variations
Color information
#2F462D (or 0x2F462D) is known color: Palm Leaf. HEX triplet: 2F, 46 and 2D. RGB value is (47,70,45). Sum of RGB (Red+Green+Blue) = 47+70+45=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #2F462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F462D is #D0B9D2. Grayscale: #3C3C3C. Windows color (decimal): -13679059 or 2967087. OLE color: 2967087.
HSL color Cylindrical-coordinate representation of color #2F462D: hue angle of 115.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F462D is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 45 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.73 |
| HSL | 115.2º | 0.22% | 0.23% | - |
| HSV(B) | 115.2º | 0.36% | 0.27% | - |
| XYZ | 3.84 | 5.17 | 3.28 | - |
| YUV | 60.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 45 | 0.33 | 0 | 0.36 | 0.73 | 115.2 | 0.22 | 0.23 |
| Hex | 2F | 46 | 2D | 21 | 0 | 24 | 49 | 73 | 16 | 17 |
| Octal | 57 | 106 | 55 | 41 | 0 | 44 | 111 | 163 | 26 | 27 |
| Binary | 101111 | 1000110 | 101101 | 100001 | 0 | 100100 | 1001001 | 1110011 | 10110 | 10111 |
Color Harmonies of #2F462D
Complementary color
Monochromatic Colors of #2F462D
Black with #2F462D
Text Example
Text Example
White with #2F462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F462D; }
p { color: rgb(47,70,45); }
H1.HeaderClassName
{
color: #2F462D;
}
.AnyTagClassName
{
color: #2F462D;
}
</style>
background-color css
<style>
a { background-color: #2F462D; }
a { background-color: rgb(47,70,45); }
div.DivClassName
{
background-color: #2F462D;
}
.BgClassName
{
background-color: #2F462D;
}
</style>
border-color css
<style>
span { border-color: #2F462D; }
span { border-color: rgb(47,70,45); }
td.TdClassName
{
border-color: #2F462D;
}
.TagClassName
{
border-color: #2F462D;
}
</style>