Shades of Palm Leaf #2D610D
Tints of Palm Leaf #2D610D
RGB
CMYK
RGB Variations
Color information
#2D610D (or 0x2D610D) is known color: Palm Leaf. HEX triplet: 2D, 61 and 0D. RGB value is (45,97,13). Sum of RGB (Red+Green+Blue) = 45+97+13=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #2D610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D610D is #D29EF2. Grayscale: #484848. Windows color (decimal): -13803251 or 876845. OLE color: 876845.
HSL color Cylindrical-coordinate representation of color #2D610D: hue angle of 97.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D610D is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 13 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.62 |
| HSL | 97.14º | 0.76% | 0.22% | - |
| HSV(B) | 97.14º | 0.87% | 0.38% | - |
| XYZ | 5.43 | 9.14 | 1.86 | - |
| YUV | 71.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 13 | 0.54 | 0 | 0.87 | 0.62 | 97.14 | 0.76 | 0.22 |
| Hex | 2D | 61 | D | 36 | 0 | 57 | 3E | 61 | 4C | 16 |
| Octal | 55 | 141 | 15 | 66 | 0 | 127 | 76 | 141 | 114 | 26 |
| Binary | 101101 | 1100001 | 1101 | 110110 | 0 | 1010111 | 111110 | 1100001 | 1001100 | 10110 |
Color Harmonies of #2D610D
Complementary color
Monochromatic Colors of #2D610D
Black with #2D610D
Text Example
Text Example
White with #2D610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D610D; }
p { color: rgb(45,97,13); }
H1.HeaderClassName
{
color: #2D610D;
}
.AnyTagClassName
{
color: #2D610D;
}
</style>
background-color css
<style>
a { background-color: #2D610D; }
a { background-color: rgb(45,97,13); }
div.DivClassName
{
background-color: #2D610D;
}
.BgClassName
{
background-color: #2D610D;
}
</style>
border-color css
<style>
span { border-color: #2D610D; }
span { border-color: rgb(45,97,13); }
td.TdClassName
{
border-color: #2D610D;
}
.TagClassName
{
border-color: #2D610D;
}
</style>