Shades of Palm Leaf #2D481C
Tints of Palm Leaf #2D481C
RGB
CMYK
RGB Variations
Color information
#2D481C (or 0x2D481C) is known color: Palm Leaf. HEX triplet: 2D, 48 and 1C. RGB value is (45,72,28). Sum of RGB (Red+Green+Blue) = 45+72+28=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #2D481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D481C is #D2B7E3. Grayscale: #3B3B3B. Windows color (decimal): -13809636 or 1853485. OLE color: 1853485.
HSL color Cylindrical-coordinate representation of color #2D481C: hue angle of 96.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D481C is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 28 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.72 |
| HSL | 96.82º | 0.44% | 0.2% | - |
| HSV(B) | 96.82º | 0.61% | 0.28% | - |
| XYZ | 3.61 | 5.28 | 1.93 | - |
| YUV | 58.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 28 | 0.38 | 0 | 0.61 | 0.72 | 96.82 | 0.44 | 0.2 |
| Hex | 2D | 48 | 1C | 26 | 0 | 3D | 48 | 61 | 2C | 14 |
| Octal | 55 | 110 | 34 | 46 | 0 | 75 | 110 | 141 | 54 | 24 |
| Binary | 101101 | 1001000 | 11100 | 100110 | 0 | 111101 | 1001000 | 1100001 | 101100 | 10100 |
Color Harmonies of #2D481C
Complementary color
Monochromatic Colors of #2D481C
Black with #2D481C
Text Example
Text Example
White with #2D481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D481C; }
p { color: rgb(45,72,28); }
H1.HeaderClassName
{
color: #2D481C;
}
.AnyTagClassName
{
color: #2D481C;
}
</style>
background-color css
<style>
a { background-color: #2D481C; }
a { background-color: rgb(45,72,28); }
div.DivClassName
{
background-color: #2D481C;
}
.BgClassName
{
background-color: #2D481C;
}
</style>
border-color css
<style>
span { border-color: #2D481C; }
span { border-color: rgb(45,72,28); }
td.TdClassName
{
border-color: #2D481C;
}
.TagClassName
{
border-color: #2D481C;
}
</style>