Shades of Palm Leaf #2F4627
Tints of Palm Leaf #2F4627
RGB
CMYK
RGB Variations
Color information
#2F4627 (or 0x2F4627) is known color: Palm Leaf. HEX triplet: 2F, 46 and 27. RGB value is (47,70,39). Sum of RGB (Red+Green+Blue) = 47+70+39=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4627 is #D0B9D8. Grayscale: #3B3B3B. Windows color (decimal): -13679065 or 2573871. OLE color: 2573871.
HSL color Cylindrical-coordinate representation of color #2F4627: hue angle of 104.52º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F4627 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 39 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.73 |
| HSL | 104.52º | 0.28% | 0.21% | - |
| HSV(B) | 104.52º | 0.44% | 0.27% | - |
| XYZ | 3.73 | 5.13 | 2.71 | - |
| YUV | 59.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 39 | 0.33 | 0 | 0.44 | 0.73 | 104.52 | 0.28 | 0.21 |
| Hex | 2F | 46 | 27 | 21 | 0 | 2C | 49 | 69 | 1C | 15 |
| Octal | 57 | 106 | 47 | 41 | 0 | 54 | 111 | 151 | 34 | 25 |
| Binary | 101111 | 1000110 | 100111 | 100001 | 0 | 101100 | 1001001 | 1101001 | 11100 | 10101 |
Color Harmonies of #2F4627
Complementary color
Monochromatic Colors of #2F4627
Black with #2F4627
Text Example
Text Example
White with #2F4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4627; }
p { color: rgb(47,70,39); }
H1.HeaderClassName
{
color: #2F4627;
}
.AnyTagClassName
{
color: #2F4627;
}
</style>
background-color css
<style>
a { background-color: #2F4627; }
a { background-color: rgb(47,70,39); }
div.DivClassName
{
background-color: #2F4627;
}
.BgClassName
{
background-color: #2F4627;
}
</style>
border-color css
<style>
span { border-color: #2F4627; }
span { border-color: rgb(47,70,39); }
td.TdClassName
{
border-color: #2F4627;
}
.TagClassName
{
border-color: #2F4627;
}
</style>