Shades of Palm Leaf #2F600E
Tints of Palm Leaf #2F600E
RGB
CMYK
RGB Variations
Color information
#2F600E (or 0x2F600E) is known color: Palm Leaf. HEX triplet: 2F, 60 and 0E. RGB value is (47,96,14). Sum of RGB (Red+Green+Blue) = 47+96+14=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #2F600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F600E is #D09FF1. Grayscale: #484848. Windows color (decimal): -13672434 or 942127. OLE color: 942127.
HSL color Cylindrical-coordinate representation of color #2F600E: hue angle of 95.85º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F600E is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 14 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.62 |
| HSL | 95.85º | 0.75% | 0.22% | - |
| HSV(B) | 95.85º | 0.85% | 0.38% | - |
| XYZ | 5.43 | 9 | 1.87 | - |
| YUV | 72 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 14 | 0.51 | 0 | 0.85 | 0.62 | 95.85 | 0.75 | 0.22 |
| Hex | 2F | 60 | E | 33 | 0 | 55 | 3E | 60 | 4B | 16 |
| Octal | 57 | 140 | 16 | 63 | 0 | 125 | 76 | 140 | 113 | 26 |
| Binary | 101111 | 1100000 | 1110 | 110011 | 0 | 1010101 | 111110 | 1100000 | 1001011 | 10110 |
Color Harmonies of #2F600E
Complementary color
Monochromatic Colors of #2F600E
Black with #2F600E
Text Example
Text Example
White with #2F600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F600E; }
p { color: rgb(47,96,14); }
H1.HeaderClassName
{
color: #2F600E;
}
.AnyTagClassName
{
color: #2F600E;
}
</style>
background-color css
<style>
a { background-color: #2F600E; }
a { background-color: rgb(47,96,14); }
div.DivClassName
{
background-color: #2F600E;
}
.BgClassName
{
background-color: #2F600E;
}
</style>
border-color css
<style>
span { border-color: #2F600E; }
span { border-color: rgb(47,96,14); }
td.TdClassName
{
border-color: #2F600E;
}
.TagClassName
{
border-color: #2F600E;
}
</style>