Shades of Palm Leaf #2F5A16
Tints of Palm Leaf #2F5A16
RGB
CMYK
RGB Variations
Color information
#2F5A16 (or 0x2F5A16) is known color: Palm Leaf. HEX triplet: 2F, 5A and 16. RGB value is (47,90,22). Sum of RGB (Red+Green+Blue) = 47+90+22=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5A16 is #D0A5E9. Grayscale: #454545. Windows color (decimal): -13673962 or 1464879. OLE color: 1464879.
HSL color Cylindrical-coordinate representation of color #2F5A16: hue angle of 97.94º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F5A16 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 22 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.65 |
| HSL | 97.94º | 0.61% | 0.22% | - |
| HSV(B) | 97.94º | 0.76% | 0.35% | - |
| XYZ | 4.97 | 7.97 | 2.04 | - |
| YUV | 69.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 22 | 0.48 | 0 | 0.76 | 0.65 | 97.94 | 0.61 | 0.22 |
| Hex | 2F | 5A | 16 | 30 | 0 | 4C | 41 | 62 | 3D | 16 |
| Octal | 57 | 132 | 26 | 60 | 0 | 114 | 101 | 142 | 75 | 26 |
| Binary | 101111 | 1011010 | 10110 | 110000 | 0 | 1001100 | 1000001 | 1100010 | 111101 | 10110 |
Color Harmonies of #2F5A16
Complementary color
Monochromatic Colors of #2F5A16
Black with #2F5A16
Text Example
Text Example
White with #2F5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A16; }
p { color: rgb(47,90,22); }
H1.HeaderClassName
{
color: #2F5A16;
}
.AnyTagClassName
{
color: #2F5A16;
}
</style>
background-color css
<style>
a { background-color: #2F5A16; }
a { background-color: rgb(47,90,22); }
div.DivClassName
{
background-color: #2F5A16;
}
.BgClassName
{
background-color: #2F5A16;
}
</style>
border-color css
<style>
span { border-color: #2F5A16; }
span { border-color: rgb(47,90,22); }
td.TdClassName
{
border-color: #2F5A16;
}
.TagClassName
{
border-color: #2F5A16;
}
</style>