Shades of Palm Leaf #2F4827
Tints of Palm Leaf #2F4827
RGB
CMYK
RGB Variations
Color information
#2F4827 (or 0x2F4827) is known color: Palm Leaf. HEX triplet: 2F, 48 and 27. RGB value is (47,72,39). Sum of RGB (Red+Green+Blue) = 47+72+39=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4827 is #D0B7D8. Grayscale: #3C3C3C. Windows color (decimal): -13678553 or 2574383. OLE color: 2574383.
HSL color Cylindrical-coordinate representation of color #2F4827: hue angle of 105.45º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F4827 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 39 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.72 |
| HSL | 105.45º | 0.3% | 0.22% | - |
| HSV(B) | 105.45º | 0.46% | 0.28% | - |
| XYZ | 3.86 | 5.39 | 2.76 | - |
| YUV | 60.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 39 | 0.35 | 0 | 0.46 | 0.72 | 105.45 | 0.3 | 0.22 |
| Hex | 2F | 48 | 27 | 23 | 0 | 2E | 48 | 69 | 1E | 16 |
| Octal | 57 | 110 | 47 | 43 | 0 | 56 | 110 | 151 | 36 | 26 |
| Binary | 101111 | 1001000 | 100111 | 100011 | 0 | 101110 | 1001000 | 1101001 | 11110 | 10110 |
Color Harmonies of #2F4827
Complementary color
Monochromatic Colors of #2F4827
Black with #2F4827
Text Example
Text Example
White with #2F4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4827; }
p { color: rgb(47,72,39); }
H1.HeaderClassName
{
color: #2F4827;
}
.AnyTagClassName
{
color: #2F4827;
}
</style>
background-color css
<style>
a { background-color: #2F4827; }
a { background-color: rgb(47,72,39); }
div.DivClassName
{
background-color: #2F4827;
}
.BgClassName
{
background-color: #2F4827;
}
</style>
border-color css
<style>
span { border-color: #2F4827; }
span { border-color: rgb(47,72,39); }
td.TdClassName
{
border-color: #2F4827;
}
.TagClassName
{
border-color: #2F4827;
}
</style>