Shades of Palm Leaf #2F5C14
Tints of Palm Leaf #2F5C14
RGB
CMYK
RGB Variations
Color information
#2F5C14 (or 0x2F5C14) is known color: Palm Leaf. HEX triplet: 2F, 5C and 14. RGB value is (47,92,20). Sum of RGB (Red+Green+Blue) = 47+92+20=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #2F5C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5C14 is #D0A3EB. Grayscale: #464646. Windows color (decimal): -13673452 or 1334319. OLE color: 1334319.
HSL color Cylindrical-coordinate representation of color #2F5C14: hue angle of 97.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5C14 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 92 | 20 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.64 |
| HSL | 97.5º | 0.64% | 0.22% | - |
| HSV(B) | 97.5º | 0.78% | 0.36% | - |
| XYZ | 5.13 | 8.31 | 2 | - |
| YUV | 70.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 20 | 0.49 | 0 | 0.78 | 0.64 | 97.5 | 0.64 | 0.22 |
| Hex | 2F | 5C | 14 | 31 | 0 | 4E | 40 | 62 | 40 | 16 |
| Octal | 57 | 134 | 24 | 61 | 0 | 116 | 100 | 142 | 100 | 26 |
| Binary | 101111 | 1011100 | 10100 | 110001 | 0 | 1001110 | 1000000 | 1100010 | 1000000 | 10110 |
Color Harmonies of #2F5C14
Complementary color
Monochromatic Colors of #2F5C14
Black with #2F5C14
Text Example
Text Example
White with #2F5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5C14; }
p { color: rgb(47,92,20); }
H1.HeaderClassName
{
color: #2F5C14;
}
.AnyTagClassName
{
color: #2F5C14;
}
</style>
background-color css
<style>
a { background-color: #2F5C14; }
a { background-color: rgb(47,92,20); }
div.DivClassName
{
background-color: #2F5C14;
}
.BgClassName
{
background-color: #2F5C14;
}
</style>
border-color css
<style>
span { border-color: #2F5C14; }
span { border-color: rgb(47,92,20); }
td.TdClassName
{
border-color: #2F5C14;
}
.TagClassName
{
border-color: #2F5C14;
}
</style>