Shades of Palm Leaf #2F5D12
Tints of Palm Leaf #2F5D12
RGB
CMYK
RGB Variations
Color information
#2F5D12 (or 0x2F5D12) is known color: Palm Leaf. HEX triplet: 2F, 5D and 12. RGB value is (47,93,18). Sum of RGB (Red+Green+Blue) = 47+93+18=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5D12 is #D0A2ED. Grayscale: #464646. Windows color (decimal): -13673198 or 1203503. OLE color: 1203503.
HSL color Cylindrical-coordinate representation of color #2F5D12: hue angle of 96.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5D12 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 18 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.64 |
| HSL | 96.8º | 0.68% | 0.22% | - |
| HSV(B) | 96.8º | 0.81% | 0.36% | - |
| XYZ | 5.2 | 8.48 | 1.93 | - |
| YUV | 70.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 18 | 0.49 | 0 | 0.81 | 0.64 | 96.8 | 0.68 | 0.22 |
| Hex | 2F | 5D | 12 | 31 | 0 | 51 | 40 | 61 | 44 | 16 |
| Octal | 57 | 135 | 22 | 61 | 0 | 121 | 100 | 141 | 104 | 26 |
| Binary | 101111 | 1011101 | 10010 | 110001 | 0 | 1010001 | 1000000 | 1100001 | 1000100 | 10110 |
Color Harmonies of #2F5D12
Complementary color
Monochromatic Colors of #2F5D12
Black with #2F5D12
Text Example
Text Example
White with #2F5D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D12; }
p { color: rgb(47,93,18); }
H1.HeaderClassName
{
color: #2F5D12;
}
.AnyTagClassName
{
color: #2F5D12;
}
</style>
background-color css
<style>
a { background-color: #2F5D12; }
a { background-color: rgb(47,93,18); }
div.DivClassName
{
background-color: #2F5D12;
}
.BgClassName
{
background-color: #2F5D12;
}
</style>
border-color css
<style>
span { border-color: #2F5D12; }
span { border-color: rgb(47,93,18); }
td.TdClassName
{
border-color: #2F5D12;
}
.TagClassName
{
border-color: #2F5D12;
}
</style>