Shades of Palm Leaf #2D6013
Tints of Palm Leaf #2D6013
RGB
CMYK
RGB Variations
Color information
#2D6013 (or 0x2D6013) is known color: Palm Leaf. HEX triplet: 2D, 60 and 13. RGB value is (45,96,19). Sum of RGB (Red+Green+Blue) = 45+96+19=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #2D6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6013 is #D29FEC. Grayscale: #484848. Windows color (decimal): -13803501 or 1269805. OLE color: 1269805.
HSL color Cylindrical-coordinate representation of color #2D6013: hue angle of 99.74º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D6013 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 19 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.62 |
| HSL | 99.74º | 0.67% | 0.23% | - |
| HSV(B) | 99.74º | 0.8% | 0.38% | - |
| XYZ | 5.38 | 8.97 | 2.06 | - |
| YUV | 71.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 19 | 0.53 | 0 | 0.80 | 0.62 | 99.74 | 0.67 | 0.23 |
| Hex | 2D | 60 | 13 | 35 | 0 | 50 | 3E | 64 | 43 | 17 |
| Octal | 55 | 140 | 23 | 65 | 0 | 120 | 76 | 144 | 103 | 27 |
| Binary | 101101 | 1100000 | 10011 | 110101 | 0 | 1010000 | 111110 | 1100100 | 1000011 | 10111 |
Color Harmonies of #2D6013
Complementary color
Monochromatic Colors of #2D6013
Black with #2D6013
Text Example
Text Example
White with #2D6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6013; }
p { color: rgb(45,96,19); }
H1.HeaderClassName
{
color: #2D6013;
}
.AnyTagClassName
{
color: #2D6013;
}
</style>
background-color css
<style>
a { background-color: #2D6013; }
a { background-color: rgb(45,96,19); }
div.DivClassName
{
background-color: #2D6013;
}
.BgClassName
{
background-color: #2D6013;
}
</style>
border-color css
<style>
span { border-color: #2D6013; }
span { border-color: rgb(45,96,19); }
td.TdClassName
{
border-color: #2D6013;
}
.TagClassName
{
border-color: #2D6013;
}
</style>