Shades of Palm Leaf #2F5817
Tints of Palm Leaf #2F5817
RGB
CMYK
RGB Variations
Color information
#2F5817 (or 0x2F5817) is known color: Palm Leaf. HEX triplet: 2F, 58 and 17. RGB value is (47,88,23). Sum of RGB (Red+Green+Blue) = 47+88+23=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5817 is #D0A7E8. Grayscale: #444444. Windows color (decimal): -13674473 or 1529903. OLE color: 1529903.
HSL color Cylindrical-coordinate representation of color #2F5817: hue angle of 97.85º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F5817 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 23 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.65 |
| HSL | 97.85º | 0.59% | 0.22% | - |
| HSV(B) | 97.85º | 0.74% | 0.35% | - |
| XYZ | 4.82 | 7.65 | 2.03 | - |
| YUV | 68.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 23 | 0.47 | 0 | 0.74 | 0.65 | 97.85 | 0.59 | 0.22 |
| Hex | 2F | 58 | 17 | 2F | 0 | 4A | 41 | 62 | 3B | 16 |
| Octal | 57 | 130 | 27 | 57 | 0 | 112 | 101 | 142 | 73 | 26 |
| Binary | 101111 | 1011000 | 10111 | 101111 | 0 | 1001010 | 1000001 | 1100010 | 111011 | 10110 |
Color Harmonies of #2F5817
Complementary color
Monochromatic Colors of #2F5817
Black with #2F5817
Text Example
Text Example
White with #2F5817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5817; }
p { color: rgb(47,88,23); }
H1.HeaderClassName
{
color: #2F5817;
}
.AnyTagClassName
{
color: #2F5817;
}
</style>
background-color css
<style>
a { background-color: #2F5817; }
a { background-color: rgb(47,88,23); }
div.DivClassName
{
background-color: #2F5817;
}
.BgClassName
{
background-color: #2F5817;
}
</style>
border-color css
<style>
span { border-color: #2F5817; }
span { border-color: rgb(47,88,23); }
td.TdClassName
{
border-color: #2F5817;
}
.TagClassName
{
border-color: #2F5817;
}
</style>