Shades of Palm Leaf #2F4725
Tints of Palm Leaf #2F4725
RGB
CMYK
RGB Variations
Color information
#2F4725 (or 0x2F4725) is known color: Palm Leaf. HEX triplet: 2F, 47 and 25. RGB value is (47,71,37). Sum of RGB (Red+Green+Blue) = 47+71+37=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4725 is #D0B8DA. Grayscale: #3C3C3C. Windows color (decimal): -13678811 or 2443055. OLE color: 2443055.
HSL color Cylindrical-coordinate representation of color #2F4725: hue angle of 102.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F4725 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 37 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.72 |
| HSL | 102.35º | 0.31% | 0.21% | - |
| HSV(B) | 102.35º | 0.48% | 0.28% | - |
| XYZ | 3.76 | 5.24 | 2.56 | - |
| YUV | 59.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 37 | 0.34 | 0 | 0.48 | 0.72 | 102.35 | 0.31 | 0.21 |
| Hex | 2F | 47 | 25 | 22 | 0 | 30 | 48 | 66 | 1F | 15 |
| Octal | 57 | 107 | 45 | 42 | 0 | 60 | 110 | 146 | 37 | 25 |
| Binary | 101111 | 1000111 | 100101 | 100010 | 0 | 110000 | 1001000 | 1100110 | 11111 | 10101 |
Color Harmonies of #2F4725
Complementary color
Monochromatic Colors of #2F4725
Black with #2F4725
Text Example
Text Example
White with #2F4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4725; }
p { color: rgb(47,71,37); }
H1.HeaderClassName
{
color: #2F4725;
}
.AnyTagClassName
{
color: #2F4725;
}
</style>
background-color css
<style>
a { background-color: #2F4725; }
a { background-color: rgb(47,71,37); }
div.DivClassName
{
background-color: #2F4725;
}
.BgClassName
{
background-color: #2F4725;
}
</style>
border-color css
<style>
span { border-color: #2F4725; }
span { border-color: rgb(47,71,37); }
td.TdClassName
{
border-color: #2F4725;
}
.TagClassName
{
border-color: #2F4725;
}
</style>