Shades of Palm Leaf #2F482D
Tints of Palm Leaf #2F482D
RGB
CMYK
RGB Variations
Color information
#2F482D (or 0x2F482D) is known color: Palm Leaf. HEX triplet: 2F, 48 and 2D. RGB value is (47,72,45). Sum of RGB (Red+Green+Blue) = 47+72+45=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482D is #D0B7D2. Grayscale: #3D3D3D. Windows color (decimal): -13678547 or 2967599. OLE color: 2967599.
HSL color Cylindrical-coordinate representation of color #2F482D: hue angle of 115.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F482D is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 45 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.72 |
| HSL | 115.56º | 0.23% | 0.23% | - |
| HSV(B) | 115.56º | 0.38% | 0.28% | - |
| XYZ | 3.96 | 5.43 | 3.32 | - |
| YUV | 61.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 45 | 0.35 | 0 | 0.38 | 0.72 | 115.56 | 0.23 | 0.23 |
| Hex | 2F | 48 | 2D | 23 | 0 | 26 | 48 | 74 | 17 | 17 |
| Octal | 57 | 110 | 55 | 43 | 0 | 46 | 110 | 164 | 27 | 27 |
| Binary | 101111 | 1001000 | 101101 | 100011 | 0 | 100110 | 1001000 | 1110100 | 10111 | 10111 |
Color Harmonies of #2F482D
Complementary color
Monochromatic Colors of #2F482D
Black with #2F482D
Text Example
Text Example
White with #2F482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F482D; }
p { color: rgb(47,72,45); }
H1.HeaderClassName
{
color: #2F482D;
}
.AnyTagClassName
{
color: #2F482D;
}
</style>
background-color css
<style>
a { background-color: #2F482D; }
a { background-color: rgb(47,72,45); }
div.DivClassName
{
background-color: #2F482D;
}
.BgClassName
{
background-color: #2F482D;
}
</style>
border-color css
<style>
span { border-color: #2F482D; }
span { border-color: rgb(47,72,45); }
td.TdClassName
{
border-color: #2F482D;
}
.TagClassName
{
border-color: #2F482D;
}
</style>