Shades of Palm Leaf #2F4D27
Tints of Palm Leaf #2F4D27
RGB
CMYK
RGB Variations
Color information
#2F4D27 (or 0x2F4D27) is known color: Palm Leaf. HEX triplet: 2F, 4D and 27. RGB value is (47,77,39). Sum of RGB (Red+Green+Blue) = 47+77+39=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D27 is #D0B2D8. Grayscale: #3F3F3F. Windows color (decimal): -13677273 or 2575663. OLE color: 2575663.
HSL color Cylindrical-coordinate representation of color #2F4D27: hue angle of 107.37º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F4D27 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 77 | 39 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.70 |
| HSL | 107.37º | 0.33% | 0.23% | - |
| HSV(B) | 107.37º | 0.49% | 0.3% | - |
| XYZ | 4.19 | 6.06 | 2.87 | - |
| YUV | 63.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 39 | 0.39 | 0 | 0.49 | 0.70 | 107.37 | 0.33 | 0.23 |
| Hex | 2F | 4D | 27 | 27 | 0 | 31 | 46 | 6B | 21 | 17 |
| Octal | 57 | 115 | 47 | 47 | 0 | 61 | 106 | 153 | 41 | 27 |
| Binary | 101111 | 1001101 | 100111 | 100111 | 0 | 110001 | 1000110 | 1101011 | 100001 | 10111 |
Color Harmonies of #2F4D27
Complementary color
Monochromatic Colors of #2F4D27
Black with #2F4D27
Text Example
Text Example
White with #2F4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D27; }
p { color: rgb(47,77,39); }
H1.HeaderClassName
{
color: #2F4D27;
}
.AnyTagClassName
{
color: #2F4D27;
}
</style>
background-color css
<style>
a { background-color: #2F4D27; }
a { background-color: rgb(47,77,39); }
div.DivClassName
{
background-color: #2F4D27;
}
.BgClassName
{
background-color: #2F4D27;
}
</style>
border-color css
<style>
span { border-color: #2F4D27; }
span { border-color: rgb(47,77,39); }
td.TdClassName
{
border-color: #2F4D27;
}
.TagClassName
{
border-color: #2F4D27;
}
</style>