Shades of Palm Leaf #2F5518
Tints of Palm Leaf #2F5518
RGB
CMYK
RGB Variations
Color information
#2F5518 (or 0x2F5518) is known color: Palm Leaf. HEX triplet: 2F, 55 and 18. RGB value is (47,85,24). Sum of RGB (Red+Green+Blue) = 47+85+24=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5518 is #D0AAE7. Grayscale: #424242. Windows color (decimal): -13675240 or 1594671. OLE color: 1594671.
HSL color Cylindrical-coordinate representation of color #2F5518: hue angle of 97.38º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F5518 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 24 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.67 |
| HSL | 97.38º | 0.56% | 0.21% | - |
| HSV(B) | 97.38º | 0.72% | 0.33% | - |
| XYZ | 4.59 | 7.17 | 2.01 | - |
| YUV | 66.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 24 | 0.45 | 0 | 0.72 | 0.67 | 97.38 | 0.56 | 0.21 |
| Hex | 2F | 55 | 18 | 2D | 0 | 48 | 43 | 61 | 38 | 15 |
| Octal | 57 | 125 | 30 | 55 | 0 | 110 | 103 | 141 | 70 | 25 |
| Binary | 101111 | 1010101 | 11000 | 101101 | 0 | 1001000 | 1000011 | 1100001 | 111000 | 10101 |
Color Harmonies of #2F5518
Complementary color
Monochromatic Colors of #2F5518
Black with #2F5518
Text Example
Text Example
White with #2F5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5518; }
p { color: rgb(47,85,24); }
H1.HeaderClassName
{
color: #2F5518;
}
.AnyTagClassName
{
color: #2F5518;
}
</style>
background-color css
<style>
a { background-color: #2F5518; }
a { background-color: rgb(47,85,24); }
div.DivClassName
{
background-color: #2F5518;
}
.BgClassName
{
background-color: #2F5518;
}
</style>
border-color css
<style>
span { border-color: #2F5518; }
span { border-color: rgb(47,85,24); }
td.TdClassName
{
border-color: #2F5518;
}
.TagClassName
{
border-color: #2F5518;
}
</style>