Shades of Palm Leaf #2F482A
Tints of Palm Leaf #2F482A
RGB
CMYK
RGB Variations
Color information
#2F482A (or 0x2F482A) is known color: Palm Leaf. HEX triplet: 2F, 48 and 2A. RGB value is (47,72,42). Sum of RGB (Red+Green+Blue) = 47+72+42=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482A is #D0B7D5. Grayscale: #3D3D3D. Windows color (decimal): -13678550 or 2770991. OLE color: 2770991.
HSL color Cylindrical-coordinate representation of color #2F482A: hue angle of 110º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F482A is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 42 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.72 |
| HSL | 110º | 0.26% | 0.22% | - |
| HSV(B) | 110º | 0.42% | 0.28% | - |
| XYZ | 3.91 | 5.41 | 3.03 | - |
| YUV | 61.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 42 | 0.35 | 0 | 0.42 | 0.72 | 110 | 0.26 | 0.22 |
| Hex | 2F | 48 | 2A | 23 | 0 | 2A | 48 | 6E | 1A | 16 |
| Octal | 57 | 110 | 52 | 43 | 0 | 52 | 110 | 156 | 32 | 26 |
| Binary | 101111 | 1001000 | 101010 | 100011 | 0 | 101010 | 1001000 | 1101110 | 11010 | 10110 |
Color Harmonies of #2F482A
Complementary color
Monochromatic Colors of #2F482A
Black with #2F482A
Text Example
Text Example
White with #2F482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F482A; }
p { color: rgb(47,72,42); }
H1.HeaderClassName
{
color: #2F482A;
}
.AnyTagClassName
{
color: #2F482A;
}
</style>
background-color css
<style>
a { background-color: #2F482A; }
a { background-color: rgb(47,72,42); }
div.DivClassName
{
background-color: #2F482A;
}
.BgClassName
{
background-color: #2F482A;
}
</style>
border-color css
<style>
span { border-color: #2F482A; }
span { border-color: rgb(47,72,42); }
td.TdClassName
{
border-color: #2F482A;
}
.TagClassName
{
border-color: #2F482A;
}
</style>