Shades of Palm Leaf #2F4C21
Tints of Palm Leaf #2F4C21
RGB
CMYK
RGB Variations
Color information
#2F4C21 (or 0x2F4C21) is known color: Palm Leaf. HEX triplet: 2F, 4C and 21. RGB value is (47,76,33). Sum of RGB (Red+Green+Blue) = 47+76+33=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C21 is #D0B3DE. Grayscale: #3E3E3E. Windows color (decimal): -13677535 or 2182191. OLE color: 2182191.
HSL color Cylindrical-coordinate representation of color #2F4C21: hue angle of 100.47º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F4C21 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 76 | 33 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.70 |
| HSL | 100.47º | 0.39% | 0.21% | - |
| HSV(B) | 100.47º | 0.57% | 0.3% | - |
| XYZ | 4.03 | 5.88 | 2.36 | - |
| YUV | 62.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 33 | 0.38 | 0 | 0.57 | 0.70 | 100.47 | 0.39 | 0.21 |
| Hex | 2F | 4C | 21 | 26 | 0 | 39 | 46 | 64 | 27 | 15 |
| Octal | 57 | 114 | 41 | 46 | 0 | 71 | 106 | 144 | 47 | 25 |
| Binary | 101111 | 1001100 | 100001 | 100110 | 0 | 111001 | 1000110 | 1100100 | 100111 | 10101 |
Color Harmonies of #2F4C21
Complementary color
Monochromatic Colors of #2F4C21
Black with #2F4C21
Text Example
Text Example
White with #2F4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4C21; }
p { color: rgb(47,76,33); }
H1.HeaderClassName
{
color: #2F4C21;
}
.AnyTagClassName
{
color: #2F4C21;
}
</style>
background-color css
<style>
a { background-color: #2F4C21; }
a { background-color: rgb(47,76,33); }
div.DivClassName
{
background-color: #2F4C21;
}
.BgClassName
{
background-color: #2F4C21;
}
</style>
border-color css
<style>
span { border-color: #2F4C21; }
span { border-color: rgb(47,76,33); }
td.TdClassName
{
border-color: #2F4C21;
}
.TagClassName
{
border-color: #2F4C21;
}
</style>