Shades of Palm Leaf #2D561B
Tints of Palm Leaf #2D561B
RGB
CMYK
RGB Variations
Color information
#2D561B (or 0x2D561B) is known color: Palm Leaf. HEX triplet: 2D, 56 and 1B. RGB value is (45,86,27). Sum of RGB (Red+Green+Blue) = 45+86+27=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #2D561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D561B is #D2A9E4. Grayscale: #434343. Windows color (decimal): -13806053 or 1791533. OLE color: 1791533.
HSL color Cylindrical-coordinate representation of color #2D561B: hue angle of 101.69º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D561B is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 27 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.66 |
| HSL | 101.69º | 0.52% | 0.22% | - |
| HSV(B) | 101.69º | 0.69% | 0.34% | - |
| XYZ | 4.61 | 7.29 | 2.2 | - |
| YUV | 67.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 27 | 0.48 | 0 | 0.69 | 0.66 | 101.69 | 0.52 | 0.22 |
| Hex | 2D | 56 | 1B | 30 | 0 | 45 | 42 | 66 | 34 | 16 |
| Octal | 55 | 126 | 33 | 60 | 0 | 105 | 102 | 146 | 64 | 26 |
| Binary | 101101 | 1010110 | 11011 | 110000 | 0 | 1000101 | 1000010 | 1100110 | 110100 | 10110 |
Color Harmonies of #2D561B
Complementary color
Monochromatic Colors of #2D561B
Black with #2D561B
Text Example
Text Example
White with #2D561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D561B; }
p { color: rgb(45,86,27); }
H1.HeaderClassName
{
color: #2D561B;
}
.AnyTagClassName
{
color: #2D561B;
}
</style>
background-color css
<style>
a { background-color: #2D561B; }
a { background-color: rgb(45,86,27); }
div.DivClassName
{
background-color: #2D561B;
}
.BgClassName
{
background-color: #2D561B;
}
</style>
border-color css
<style>
span { border-color: #2D561B; }
span { border-color: rgb(45,86,27); }
td.TdClassName
{
border-color: #2D561B;
}
.TagClassName
{
border-color: #2D561B;
}
</style>