Shades of Palm Leaf #2F5D13
Tints of Palm Leaf #2F5D13
RGB
CMYK
RGB Variations
Color information
#2F5D13 (or 0x2F5D13) is known color: Palm Leaf. HEX triplet: 2F, 5D and 13. RGB value is (47,93,19). Sum of RGB (Red+Green+Blue) = 47+93+19=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5D13 is #D0A2EC. Grayscale: #474747. Windows color (decimal): -13673197 or 1269039. OLE color: 1269039.
HSL color Cylindrical-coordinate representation of color #2F5D13: hue angle of 97.3º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F5D13 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 19 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.64 |
| HSL | 97.3º | 0.66% | 0.22% | - |
| HSV(B) | 97.3º | 0.8% | 0.36% | - |
| XYZ | 5.2 | 8.48 | 1.98 | - |
| YUV | 70.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 19 | 0.49 | 0 | 0.80 | 0.64 | 97.3 | 0.66 | 0.22 |
| Hex | 2F | 5D | 13 | 31 | 0 | 50 | 40 | 61 | 42 | 16 |
| Octal | 57 | 135 | 23 | 61 | 0 | 120 | 100 | 141 | 102 | 26 |
| Binary | 101111 | 1011101 | 10011 | 110001 | 0 | 1010000 | 1000000 | 1100001 | 1000010 | 10110 |
Color Harmonies of #2F5D13
Complementary color
Monochromatic Colors of #2F5D13
Black with #2F5D13
Text Example
Text Example
White with #2F5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D13; }
p { color: rgb(47,93,19); }
H1.HeaderClassName
{
color: #2F5D13;
}
.AnyTagClassName
{
color: #2F5D13;
}
</style>
background-color css
<style>
a { background-color: #2F5D13; }
a { background-color: rgb(47,93,19); }
div.DivClassName
{
background-color: #2F5D13;
}
.BgClassName
{
background-color: #2F5D13;
}
</style>
border-color css
<style>
span { border-color: #2F5D13; }
span { border-color: rgb(47,93,19); }
td.TdClassName
{
border-color: #2F5D13;
}
.TagClassName
{
border-color: #2F5D13;
}
</style>