Shades of Palm Leaf #2F481F
Tints of Palm Leaf #2F481F
RGB
CMYK
RGB Variations
Color information
#2F481F (or 0x2F481F) is known color: Palm Leaf. HEX triplet: 2F, 48 and 1F. RGB value is (47,72,31). Sum of RGB (Red+Green+Blue) = 47+72+31=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #2F481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F481F is #D0B7E0. Grayscale: #3B3B3B. Windows color (decimal): -13678561 or 2050095. OLE color: 2050095.
HSL color Cylindrical-coordinate representation of color #2F481F: hue angle of 96.59º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F481F is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 31 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.72 |
| HSL | 96.59º | 0.4% | 0.2% | - |
| HSV(B) | 96.59º | 0.57% | 0.28% | - |
| XYZ | 3.74 | 5.34 | 2.13 | - |
| YUV | 59.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 31 | 0.35 | 0 | 0.57 | 0.72 | 96.59 | 0.4 | 0.2 |
| Hex | 2F | 48 | 1F | 23 | 0 | 39 | 48 | 61 | 28 | 14 |
| Octal | 57 | 110 | 37 | 43 | 0 | 71 | 110 | 141 | 50 | 24 |
| Binary | 101111 | 1001000 | 11111 | 100011 | 0 | 111001 | 1001000 | 1100001 | 101000 | 10100 |
Color Harmonies of #2F481F
Complementary color
Monochromatic Colors of #2F481F
Black with #2F481F
Text Example
Text Example
White with #2F481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F481F; }
p { color: rgb(47,72,31); }
H1.HeaderClassName
{
color: #2F481F;
}
.AnyTagClassName
{
color: #2F481F;
}
</style>
background-color css
<style>
a { background-color: #2F481F; }
a { background-color: rgb(47,72,31); }
div.DivClassName
{
background-color: #2F481F;
}
.BgClassName
{
background-color: #2F481F;
}
</style>
border-color css
<style>
span { border-color: #2F481F; }
span { border-color: rgb(47,72,31); }
td.TdClassName
{
border-color: #2F481F;
}
.TagClassName
{
border-color: #2F481F;
}
</style>