Shades of Palm Leaf #2F462B
Tints of Palm Leaf #2F462B
RGB
CMYK
RGB Variations
Color information
#2F462B (or 0x2F462B) is known color: Palm Leaf. HEX triplet: 2F, 46 and 2B. RGB value is (47,70,43). Sum of RGB (Red+Green+Blue) = 47+70+43=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #2F462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F462B is #D0B9D4. Grayscale: #3C3C3C. Windows color (decimal): -13679061 or 2836015. OLE color: 2836015.
HSL color Cylindrical-coordinate representation of color #2F462B: hue angle of 111.11º 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 #2F462B is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 43 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.73 |
| HSL | 111.11º | 0.24% | 0.22% | - |
| HSV(B) | 111.11º | 0.39% | 0.27% | - |
| XYZ | 3.8 | 5.16 | 3.08 | - |
| YUV | 60.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 43 | 0.33 | 0 | 0.39 | 0.73 | 111.11 | 0.24 | 0.22 |
| Hex | 2F | 46 | 2B | 21 | 0 | 27 | 49 | 6F | 18 | 16 |
| Octal | 57 | 106 | 53 | 41 | 0 | 47 | 111 | 157 | 30 | 26 |
| Binary | 101111 | 1000110 | 101011 | 100001 | 0 | 100111 | 1001001 | 1101111 | 11000 | 10110 |
Color Harmonies of #2F462B
Complementary color
Monochromatic Colors of #2F462B
Black with #2F462B
Text Example
Text Example
White with #2F462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F462B; }
p { color: rgb(47,70,43); }
H1.HeaderClassName
{
color: #2F462B;
}
.AnyTagClassName
{
color: #2F462B;
}
</style>
background-color css
<style>
a { background-color: #2F462B; }
a { background-color: rgb(47,70,43); }
div.DivClassName
{
background-color: #2F462B;
}
.BgClassName
{
background-color: #2F462B;
}
</style>
border-color css
<style>
span { border-color: #2F462B; }
span { border-color: rgb(47,70,43); }
td.TdClassName
{
border-color: #2F462B;
}
.TagClassName
{
border-color: #2F462B;
}
</style>