Shades of Palm Leaf #2F472B
Tints of Palm Leaf #2F472B
RGB
CMYK
RGB Variations
Color information
#2F472B (or 0x2F472B) is known color: Palm Leaf. HEX triplet: 2F, 47 and 2B. RGB value is (47,71,43). Sum of RGB (Red+Green+Blue) = 47+71+43=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #2F472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F472B is #D0B8D4. Grayscale: #3C3C3C. Windows color (decimal): -13678805 or 2836271. OLE color: 2836271.
HSL color Cylindrical-coordinate representation of color #2F472B: hue angle of 111.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F472B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 43 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.72 |
| HSL | 111.43º | 0.25% | 0.22% | - |
| HSV(B) | 111.43º | 0.39% | 0.28% | - |
| XYZ | 3.86 | 5.29 | 3.1 | - |
| YUV | 60.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 43 | 0.34 | 0 | 0.39 | 0.72 | 111.43 | 0.25 | 0.22 |
| Hex | 2F | 47 | 2B | 22 | 0 | 27 | 48 | 6F | 19 | 16 |
| Octal | 57 | 107 | 53 | 42 | 0 | 47 | 110 | 157 | 31 | 26 |
| Binary | 101111 | 1000111 | 101011 | 100010 | 0 | 100111 | 1001000 | 1101111 | 11001 | 10110 |
Color Harmonies of #2F472B
Complementary color
Monochromatic Colors of #2F472B
Black with #2F472B
Text Example
Text Example
White with #2F472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F472B; }
p { color: rgb(47,71,43); }
H1.HeaderClassName
{
color: #2F472B;
}
.AnyTagClassName
{
color: #2F472B;
}
</style>
background-color css
<style>
a { background-color: #2F472B; }
a { background-color: rgb(47,71,43); }
div.DivClassName
{
background-color: #2F472B;
}
.BgClassName
{
background-color: #2F472B;
}
</style>
border-color css
<style>
span { border-color: #2F472B; }
span { border-color: rgb(47,71,43); }
td.TdClassName
{
border-color: #2F472B;
}
.TagClassName
{
border-color: #2F472B;
}
</style>