Shades of Palm Leaf #2D551F
Tints of Palm Leaf #2D551F
RGB
CMYK
RGB Variations
Color information
#2D551F (or 0x2D551F) is known color: Palm Leaf. HEX triplet: 2D, 55 and 1F. RGB value is (45,85,31). Sum of RGB (Red+Green+Blue) = 45+85+31=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #2D551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D551F is #D2AAE0. Grayscale: #434343. Windows color (decimal): -13806305 or 2053421. OLE color: 2053421.
HSL color Cylindrical-coordinate representation of color #2D551F: hue angle of 104.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D551F is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 31 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.67 |
| HSL | 104.44º | 0.47% | 0.23% | - |
| HSV(B) | 104.44º | 0.64% | 0.33% | - |
| XYZ | 4.58 | 7.15 | 2.44 | - |
| YUV | 66.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 31 | 0.47 | 0 | 0.64 | 0.67 | 104.44 | 0.47 | 0.23 |
| Hex | 2D | 55 | 1F | 2F | 0 | 40 | 43 | 68 | 2F | 17 |
| Octal | 55 | 125 | 37 | 57 | 0 | 100 | 103 | 150 | 57 | 27 |
| Binary | 101101 | 1010101 | 11111 | 101111 | 0 | 1000000 | 1000011 | 1101000 | 101111 | 10111 |
Color Harmonies of #2D551F
Complementary color
Monochromatic Colors of #2D551F
Black with #2D551F
Text Example
Text Example
White with #2D551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D551F; }
p { color: rgb(45,85,31); }
H1.HeaderClassName
{
color: #2D551F;
}
.AnyTagClassName
{
color: #2D551F;
}
</style>
background-color css
<style>
a { background-color: #2D551F; }
a { background-color: rgb(45,85,31); }
div.DivClassName
{
background-color: #2D551F;
}
.BgClassName
{
background-color: #2D551F;
}
</style>
border-color css
<style>
span { border-color: #2D551F; }
span { border-color: rgb(45,85,31); }
td.TdClassName
{
border-color: #2D551F;
}
.TagClassName
{
border-color: #2D551F;
}
</style>