Shades of Palm Leaf #2D581C
Tints of Palm Leaf #2D581C
RGB
CMYK
RGB Variations
Color information
#2D581C (or 0x2D581C) is known color: Palm Leaf. HEX triplet: 2D, 58 and 1C. RGB value is (45,88,28). Sum of RGB (Red+Green+Blue) = 45+88+28=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #2D581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D581C is #D2A7E3. Grayscale: #444444. Windows color (decimal): -13805540 or 1857581. OLE color: 1857581.
HSL color Cylindrical-coordinate representation of color #2D581C: hue angle of 103º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D581C is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 28 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.65 |
| HSL | 103º | 0.52% | 0.23% | - |
| HSV(B) | 103º | 0.68% | 0.35% | - |
| XYZ | 4.78 | 7.62 | 2.32 | - |
| YUV | 68.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 28 | 0.49 | 0 | 0.68 | 0.65 | 103 | 0.52 | 0.23 |
| Hex | 2D | 58 | 1C | 31 | 0 | 44 | 41 | 67 | 34 | 17 |
| Octal | 55 | 130 | 34 | 61 | 0 | 104 | 101 | 147 | 64 | 27 |
| Binary | 101101 | 1011000 | 11100 | 110001 | 0 | 1000100 | 1000001 | 1100111 | 110100 | 10111 |
Color Harmonies of #2D581C
Complementary color
Monochromatic Colors of #2D581C
Black with #2D581C
Text Example
Text Example
White with #2D581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D581C; }
p { color: rgb(45,88,28); }
H1.HeaderClassName
{
color: #2D581C;
}
.AnyTagClassName
{
color: #2D581C;
}
</style>
background-color css
<style>
a { background-color: #2D581C; }
a { background-color: rgb(45,88,28); }
div.DivClassName
{
background-color: #2D581C;
}
.BgClassName
{
background-color: #2D581C;
}
</style>
border-color css
<style>
span { border-color: #2D581C; }
span { border-color: rgb(45,88,28); }
td.TdClassName
{
border-color: #2D581C;
}
.TagClassName
{
border-color: #2D581C;
}
</style>