Shades of Palm Leaf #2F452A
Tints of Palm Leaf #2F452A
RGB
CMYK
RGB Variations
Color information
#2F452A (or 0x2F452A) is known color: Palm Leaf. HEX triplet: 2F, 45 and 2A. RGB value is (47,69,42). Sum of RGB (Red+Green+Blue) = 47+69+42=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #2F452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F452A is #D0BAD5. Grayscale: #3B3B3B. Windows color (decimal): -13679318 or 2770223. OLE color: 2770223.
HSL color Cylindrical-coordinate representation of color #2F452A: hue angle of 108.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F452A is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 42 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.73 |
| HSL | 108.89º | 0.24% | 0.22% | - |
| HSV(B) | 108.89º | 0.39% | 0.27% | - |
| XYZ | 3.72 | 5.03 | 2.96 | - |
| YUV | 59.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 42 | 0.32 | 0 | 0.39 | 0.73 | 108.89 | 0.24 | 0.22 |
| Hex | 2F | 45 | 2A | 20 | 0 | 27 | 49 | 6D | 18 | 16 |
| Octal | 57 | 105 | 52 | 40 | 0 | 47 | 111 | 155 | 30 | 26 |
| Binary | 101111 | 1000101 | 101010 | 100000 | 0 | 100111 | 1001001 | 1101101 | 11000 | 10110 |
Color Harmonies of #2F452A
Complementary color
Monochromatic Colors of #2F452A
Black with #2F452A
Text Example
Text Example
White with #2F452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F452A; }
p { color: rgb(47,69,42); }
H1.HeaderClassName
{
color: #2F452A;
}
.AnyTagClassName
{
color: #2F452A;
}
</style>
background-color css
<style>
a { background-color: #2F452A; }
a { background-color: rgb(47,69,42); }
div.DivClassName
{
background-color: #2F452A;
}
.BgClassName
{
background-color: #2F452A;
}
</style>
border-color css
<style>
span { border-color: #2F452A; }
span { border-color: rgb(47,69,42); }
td.TdClassName
{
border-color: #2F452A;
}
.TagClassName
{
border-color: #2F452A;
}
</style>