Shades of Palm Leaf #2D581F
Tints of Palm Leaf #2D581F
RGB
CMYK
RGB Variations
Color information
#2D581F (or 0x2D581F) is known color: Palm Leaf. HEX triplet: 2D, 58 and 1F. RGB value is (45,88,31). Sum of RGB (Red+Green+Blue) = 45+88+31=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #2D581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D581F is #D2A7E0. Grayscale: #444444. Windows color (decimal): -13805537 or 2054189. OLE color: 2054189.
HSL color Cylindrical-coordinate representation of color #2D581F: hue angle of 105.26º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D581F is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 31 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.65 |
| HSL | 105.26º | 0.48% | 0.23% | - |
| HSV(B) | 105.26º | 0.65% | 0.35% | - |
| XYZ | 4.82 | 7.64 | 2.52 | - |
| YUV | 68.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 31 | 0.49 | 0 | 0.65 | 0.65 | 105.26 | 0.48 | 0.23 |
| Hex | 2D | 58 | 1F | 31 | 0 | 41 | 41 | 69 | 30 | 17 |
| Octal | 55 | 130 | 37 | 61 | 0 | 101 | 101 | 151 | 60 | 27 |
| Binary | 101101 | 1011000 | 11111 | 110001 | 0 | 1000001 | 1000001 | 1101001 | 110000 | 10111 |
Color Harmonies of #2D581F
Complementary color
Monochromatic Colors of #2D581F
Black with #2D581F
Text Example
Text Example
White with #2D581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D581F; }
p { color: rgb(45,88,31); }
H1.HeaderClassName
{
color: #2D581F;
}
.AnyTagClassName
{
color: #2D581F;
}
</style>
background-color css
<style>
a { background-color: #2D581F; }
a { background-color: rgb(45,88,31); }
div.DivClassName
{
background-color: #2D581F;
}
.BgClassName
{
background-color: #2D581F;
}
</style>
border-color css
<style>
span { border-color: #2D581F; }
span { border-color: rgb(45,88,31); }
td.TdClassName
{
border-color: #2D581F;
}
.TagClassName
{
border-color: #2D581F;
}
</style>