Shades of Palm Leaf #2F4621
Tints of Palm Leaf #2F4621
RGB
CMYK
RGB Variations
Color information
#2F4621 (or 0x2F4621) is known color: Palm Leaf. HEX triplet: 2F, 46 and 21. RGB value is (47,70,33). Sum of RGB (Red+Green+Blue) = 47+70+33=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4621 is #D0B9DE. Grayscale: #3B3B3B. Windows color (decimal): -13679071 or 2180655. OLE color: 2180655.
HSL color Cylindrical-coordinate representation of color #2F4621: hue angle of 97.3º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F4621 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 33 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.73 |
| HSL | 97.3º | 0.36% | 0.2% | - |
| HSV(B) | 97.3º | 0.53% | 0.27% | - |
| XYZ | 3.64 | 5.09 | 2.23 | - |
| YUV | 58.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 33 | 0.33 | 0 | 0.53 | 0.73 | 97.3 | 0.36 | 0.2 |
| Hex | 2F | 46 | 21 | 21 | 0 | 35 | 49 | 61 | 24 | 14 |
| Octal | 57 | 106 | 41 | 41 | 0 | 65 | 111 | 141 | 44 | 24 |
| Binary | 101111 | 1000110 | 100001 | 100001 | 0 | 110101 | 1001001 | 1100001 | 100100 | 10100 |
Color Harmonies of #2F4621
Complementary color
Monochromatic Colors of #2F4621
Black with #2F4621
Text Example
Text Example
White with #2F4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4621; }
p { color: rgb(47,70,33); }
H1.HeaderClassName
{
color: #2F4621;
}
.AnyTagClassName
{
color: #2F4621;
}
</style>
background-color css
<style>
a { background-color: #2F4621; }
a { background-color: rgb(47,70,33); }
div.DivClassName
{
background-color: #2F4621;
}
.BgClassName
{
background-color: #2F4621;
}
</style>
border-color css
<style>
span { border-color: #2F4621; }
span { border-color: rgb(47,70,33); }
td.TdClassName
{
border-color: #2F4621;
}
.TagClassName
{
border-color: #2F4621;
}
</style>