Shades of Palm Leaf #2F5119
Tints of Palm Leaf #2F5119
RGB
CMYK
RGB Variations
Color information
#2F5119 (or 0x2F5119) is known color: Palm Leaf. HEX triplet: 2F, 51 and 19. RGB value is (47,81,25). Sum of RGB (Red+Green+Blue) = 47+81+25=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5119 is #D0AEE6. Grayscale: #404040. Windows color (decimal): -13676263 or 1659183. OLE color: 1659183.
HSL color Cylindrical-coordinate representation of color #2F5119: hue angle of 96.43º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F5119 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 81 | 25 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.68 |
| HSL | 96.43º | 0.53% | 0.21% | - |
| HSV(B) | 96.43º | 0.69% | 0.32% | - |
| XYZ | 4.29 | 6.56 | 1.96 | - |
| YUV | 64.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 25 | 0.42 | 0 | 0.69 | 0.68 | 96.43 | 0.53 | 0.21 |
| Hex | 2F | 51 | 19 | 2A | 0 | 45 | 44 | 60 | 35 | 15 |
| Octal | 57 | 121 | 31 | 52 | 0 | 105 | 104 | 140 | 65 | 25 |
| Binary | 101111 | 1010001 | 11001 | 101010 | 0 | 1000101 | 1000100 | 1100000 | 110101 | 10101 |
Color Harmonies of #2F5119
Complementary color
Monochromatic Colors of #2F5119
Black with #2F5119
Text Example
Text Example
White with #2F5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5119; }
p { color: rgb(47,81,25); }
H1.HeaderClassName
{
color: #2F5119;
}
.AnyTagClassName
{
color: #2F5119;
}
</style>
background-color css
<style>
a { background-color: #2F5119; }
a { background-color: rgb(47,81,25); }
div.DivClassName
{
background-color: #2F5119;
}
.BgClassName
{
background-color: #2F5119;
}
</style>
border-color css
<style>
span { border-color: #2F5119; }
span { border-color: rgb(47,81,25); }
td.TdClassName
{
border-color: #2F5119;
}
.TagClassName
{
border-color: #2F5119;
}
</style>