Shades of Palm Leaf #2D5B13
Tints of Palm Leaf #2D5B13
RGB
CMYK
RGB Variations
Color information
#2D5B13 (or 0x2D5B13) is known color: Palm Leaf. HEX triplet: 2D, 5B and 13. RGB value is (45,91,19). Sum of RGB (Red+Green+Blue) = 45+91+19=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5B13 is #D2A4EC. Grayscale: #454545. Windows color (decimal): -13804781 or 1268525. OLE color: 1268525.
HSL color Cylindrical-coordinate representation of color #2D5B13: hue angle of 98.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5B13 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 19 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.64 |
| HSL | 98.33º | 0.65% | 0.22% | - |
| HSV(B) | 98.33º | 0.79% | 0.36% | - |
| XYZ | 4.94 | 8.09 | 1.92 | - |
| YUV | 69.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 19 | 0.51 | 0 | 0.79 | 0.64 | 98.33 | 0.65 | 0.22 |
| Hex | 2D | 5B | 13 | 33 | 0 | 4F | 40 | 62 | 41 | 16 |
| Octal | 55 | 133 | 23 | 63 | 0 | 117 | 100 | 142 | 101 | 26 |
| Binary | 101101 | 1011011 | 10011 | 110011 | 0 | 1001111 | 1000000 | 1100010 | 1000001 | 10110 |
Color Harmonies of #2D5B13
Complementary color
Monochromatic Colors of #2D5B13
Black with #2D5B13
Text Example
Text Example
White with #2D5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B13; }
p { color: rgb(45,91,19); }
H1.HeaderClassName
{
color: #2D5B13;
}
.AnyTagClassName
{
color: #2D5B13;
}
</style>
background-color css
<style>
a { background-color: #2D5B13; }
a { background-color: rgb(45,91,19); }
div.DivClassName
{
background-color: #2D5B13;
}
.BgClassName
{
background-color: #2D5B13;
}
</style>
border-color css
<style>
span { border-color: #2D5B13; }
span { border-color: rgb(45,91,19); }
td.TdClassName
{
border-color: #2D5B13;
}
.TagClassName
{
border-color: #2D5B13;
}
</style>