Shades of Palm Leaf #2F442B
Tints of Palm Leaf #2F442B
RGB
CMYK
RGB Variations
Color information
#2F442B (or 0x2F442B) is known color: Palm Leaf. HEX triplet: 2F, 44 and 2B. RGB value is (47,68,43). Sum of RGB (Red+Green+Blue) = 47+68+43=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #2F442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F442B is #D0BBD4. Grayscale: #3A3A3A. Windows color (decimal): -13679573 or 2835503. OLE color: 2835503.
HSL color Cylindrical-coordinate representation of color #2F442B: hue angle of 110.4º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F442B is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 43 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.73 |
| HSL | 110.4º | 0.23% | 0.22% | - |
| HSV(B) | 110.4º | 0.37% | 0.27% | - |
| XYZ | 3.68 | 4.91 | 3.04 | - |
| YUV | 58.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 43 | 0.31 | 0 | 0.37 | 0.73 | 110.4 | 0.23 | 0.22 |
| Hex | 2F | 44 | 2B | 1F | 0 | 25 | 49 | 6E | 17 | 16 |
| Octal | 57 | 104 | 53 | 37 | 0 | 45 | 111 | 156 | 27 | 26 |
| Binary | 101111 | 1000100 | 101011 | 11111 | 0 | 100101 | 1001001 | 1101110 | 10111 | 10110 |
Color Harmonies of #2F442B
Complementary color
Monochromatic Colors of #2F442B
Black with #2F442B
Text Example
Text Example
White with #2F442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F442B; }
p { color: rgb(47,68,43); }
H1.HeaderClassName
{
color: #2F442B;
}
.AnyTagClassName
{
color: #2F442B;
}
</style>
background-color css
<style>
a { background-color: #2F442B; }
a { background-color: rgb(47,68,43); }
div.DivClassName
{
background-color: #2F442B;
}
.BgClassName
{
background-color: #2F442B;
}
</style>
border-color css
<style>
span { border-color: #2F442B; }
span { border-color: rgb(47,68,43); }
td.TdClassName
{
border-color: #2F442B;
}
.TagClassName
{
border-color: #2F442B;
}
</style>