Shades of Palm Leaf #2F452E
Tints of Palm Leaf #2F452E
RGB
CMYK
RGB Variations
Color information
#2F452E (or 0x2F452E) is known color: Palm Leaf. HEX triplet: 2F, 45 and 2E. RGB value is (47,69,46). Sum of RGB (Red+Green+Blue) = 47+69+46=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #2F452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F452E is #D0BAD1. Grayscale: #3B3B3B. Windows color (decimal): -13679314 or 3032367. OLE color: 3032367.
HSL color Cylindrical-coordinate representation of color #2F452E: hue angle of 117.39º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F452E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 46 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.73 |
| HSL | 117.39º | 0.2% | 0.23% | - |
| HSV(B) | 117.39º | 0.33% | 0.27% | - |
| XYZ | 3.79 | 5.06 | 3.36 | - |
| YUV | 59.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 46 | 0.32 | 0 | 0.33 | 0.73 | 117.39 | 0.2 | 0.23 |
| Hex | 2F | 45 | 2E | 20 | 0 | 21 | 49 | 75 | 14 | 17 |
| Octal | 57 | 105 | 56 | 40 | 0 | 41 | 111 | 165 | 24 | 27 |
| Binary | 101111 | 1000101 | 101110 | 100000 | 0 | 100001 | 1001001 | 1110101 | 10100 | 10111 |
Color Harmonies of #2F452E
Complementary color
Monochromatic Colors of #2F452E
Black with #2F452E
Text Example
Text Example
White with #2F452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F452E; }
p { color: rgb(47,69,46); }
H1.HeaderClassName
{
color: #2F452E;
}
.AnyTagClassName
{
color: #2F452E;
}
</style>
background-color css
<style>
a { background-color: #2F452E; }
a { background-color: rgb(47,69,46); }
div.DivClassName
{
background-color: #2F452E;
}
.BgClassName
{
background-color: #2F452E;
}
</style>
border-color css
<style>
span { border-color: #2F452E; }
span { border-color: rgb(47,69,46); }
td.TdClassName
{
border-color: #2F452E;
}
.TagClassName
{
border-color: #2F452E;
}
</style>