Shades of Palm Leaf #2F4F1F
Tints of Palm Leaf #2F4F1F
RGB
CMYK
RGB Variations
Color information
#2F4F1F (or 0x2F4F1F) is known color: Palm Leaf. HEX triplet: 2F, 4F and 1F. RGB value is (47,79,31). Sum of RGB (Red+Green+Blue) = 47+79+31=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F1F is #D0B0E0. Grayscale: #404040. Windows color (decimal): -13676769 or 2051887. OLE color: 2051887.
HSL color Cylindrical-coordinate representation of color #2F4F1F: hue angle of 100º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4F1F is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 79 | 31 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.69 |
| HSL | 100º | 0.44% | 0.22% | - |
| HSV(B) | 100º | 0.61% | 0.31% | - |
| XYZ | 4.22 | 6.3 | 2.29 | - |
| YUV | 63.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 31 | 0.41 | 0 | 0.61 | 0.69 | 100 | 0.44 | 0.22 |
| Hex | 2F | 4F | 1F | 29 | 0 | 3D | 45 | 64 | 2C | 16 |
| Octal | 57 | 117 | 37 | 51 | 0 | 75 | 105 | 144 | 54 | 26 |
| Binary | 101111 | 1001111 | 11111 | 101001 | 0 | 111101 | 1000101 | 1100100 | 101100 | 10110 |
Color Harmonies of #2F4F1F
Complementary color
Monochromatic Colors of #2F4F1F
Black with #2F4F1F
Text Example
Text Example
White with #2F4F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4F1F; }
p { color: rgb(47,79,31); }
H1.HeaderClassName
{
color: #2F4F1F;
}
.AnyTagClassName
{
color: #2F4F1F;
}
</style>
background-color css
<style>
a { background-color: #2F4F1F; }
a { background-color: rgb(47,79,31); }
div.DivClassName
{
background-color: #2F4F1F;
}
.BgClassName
{
background-color: #2F4F1F;
}
</style>
border-color css
<style>
span { border-color: #2F4F1F; }
span { border-color: rgb(47,79,31); }
td.TdClassName
{
border-color: #2F4F1F;
}
.TagClassName
{
border-color: #2F4F1F;
}
</style>