Shades of Palm Leaf #2F452D
Tints of Palm Leaf #2F452D
RGB
CMYK
RGB Variations
Color information
#2F452D (or 0x2F452D) is known color: Palm Leaf. HEX triplet: 2F, 45 and 2D. RGB value is (47,69,45). Sum of RGB (Red+Green+Blue) = 47+69+45=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #2F452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F452D is #D0BAD2. Grayscale: #3B3B3B. Windows color (decimal): -13679315 or 2966831. OLE color: 2966831.
HSL color Cylindrical-coordinate representation of color #2F452D: hue angle of 115º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F452D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 45 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.73 |
| HSL | 115º | 0.21% | 0.22% | - |
| HSV(B) | 115º | 0.35% | 0.27% | - |
| XYZ | 3.77 | 5.05 | 3.26 | - |
| YUV | 59.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 45 | 0.32 | 0 | 0.35 | 0.73 | 115 | 0.21 | 0.22 |
| Hex | 2F | 45 | 2D | 20 | 0 | 23 | 49 | 73 | 15 | 16 |
| Octal | 57 | 105 | 55 | 40 | 0 | 43 | 111 | 163 | 25 | 26 |
| Binary | 101111 | 1000101 | 101101 | 100000 | 0 | 100011 | 1001001 | 1110011 | 10101 | 10110 |
Color Harmonies of #2F452D
Complementary color
Monochromatic Colors of #2F452D
Black with #2F452D
Text Example
Text Example
White with #2F452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F452D; }
p { color: rgb(47,69,45); }
H1.HeaderClassName
{
color: #2F452D;
}
.AnyTagClassName
{
color: #2F452D;
}
</style>
background-color css
<style>
a { background-color: #2F452D; }
a { background-color: rgb(47,69,45); }
div.DivClassName
{
background-color: #2F452D;
}
.BgClassName
{
background-color: #2F452D;
}
</style>
border-color css
<style>
span { border-color: #2F452D; }
span { border-color: rgb(47,69,45); }
td.TdClassName
{
border-color: #2F452D;
}
.TagClassName
{
border-color: #2F452D;
}
</style>