Shades of Palm Leaf #2F521C
Tints of Palm Leaf #2F521C
RGB
CMYK
RGB Variations
Color information
#2F521C (or 0x2F521C) is known color: Palm Leaf. HEX triplet: 2F, 52 and 1C. RGB value is (47,82,28). Sum of RGB (Red+Green+Blue) = 47+82+28=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #2F521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F521C is #D0ADE3. Grayscale: #414141. Windows color (decimal): -13676004 or 1856047. OLE color: 1856047.
HSL color Cylindrical-coordinate representation of color #2F521C: hue angle of 98.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F521C is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 82 | 28 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.68 |
| HSL | 98.89º | 0.49% | 0.22% | - |
| HSV(B) | 98.89º | 0.66% | 0.32% | - |
| XYZ | 4.4 | 6.72 | 2.16 | - |
| YUV | 65.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 28 | 0.43 | 0 | 0.66 | 0.68 | 98.89 | 0.49 | 0.22 |
| Hex | 2F | 52 | 1C | 2B | 0 | 42 | 44 | 63 | 31 | 16 |
| Octal | 57 | 122 | 34 | 53 | 0 | 102 | 104 | 143 | 61 | 26 |
| Binary | 101111 | 1010010 | 11100 | 101011 | 0 | 1000010 | 1000100 | 1100011 | 110001 | 10110 |
Color Harmonies of #2F521C
Complementary color
Monochromatic Colors of #2F521C
Black with #2F521C
Text Example
Text Example
White with #2F521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F521C; }
p { color: rgb(47,82,28); }
H1.HeaderClassName
{
color: #2F521C;
}
.AnyTagClassName
{
color: #2F521C;
}
</style>
background-color css
<style>
a { background-color: #2F521C; }
a { background-color: rgb(47,82,28); }
div.DivClassName
{
background-color: #2F521C;
}
.BgClassName
{
background-color: #2F521C;
}
</style>
border-color css
<style>
span { border-color: #2F521C; }
span { border-color: rgb(47,82,28); }
td.TdClassName
{
border-color: #2F521C;
}
.TagClassName
{
border-color: #2F521C;
}
</style>