Shades of Palm Leaf #2D5A13
Tints of Palm Leaf #2D5A13
RGB
CMYK
RGB Variations
Color information
#2D5A13 (or 0x2D5A13) is known color: Palm Leaf. HEX triplet: 2D, 5A and 13. RGB value is (45,90,19). Sum of RGB (Red+Green+Blue) = 45+90+19=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5A13 is #D2A5EC. Grayscale: #444444. Windows color (decimal): -13805037 or 1268269. OLE color: 1268269.
HSL color Cylindrical-coordinate representation of color #2D5A13: hue angle of 98.03º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5A13 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 19 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.65 |
| HSL | 98.03º | 0.65% | 0.21% | - |
| HSV(B) | 98.03º | 0.79% | 0.35% | - |
| XYZ | 4.86 | 7.92 | 1.89 | - |
| YUV | 68.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 19 | 0.50 | 0 | 0.79 | 0.65 | 98.03 | 0.65 | 0.21 |
| Hex | 2D | 5A | 13 | 32 | 0 | 4F | 41 | 62 | 41 | 15 |
| Octal | 55 | 132 | 23 | 62 | 0 | 117 | 101 | 142 | 101 | 25 |
| Binary | 101101 | 1011010 | 10011 | 110010 | 0 | 1001111 | 1000001 | 1100010 | 1000001 | 10101 |
Color Harmonies of #2D5A13
Complementary color
Monochromatic Colors of #2D5A13
Black with #2D5A13
Text Example
Text Example
White with #2D5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A13; }
p { color: rgb(45,90,19); }
H1.HeaderClassName
{
color: #2D5A13;
}
.AnyTagClassName
{
color: #2D5A13;
}
</style>
background-color css
<style>
a { background-color: #2D5A13; }
a { background-color: rgb(45,90,19); }
div.DivClassName
{
background-color: #2D5A13;
}
.BgClassName
{
background-color: #2D5A13;
}
</style>
border-color css
<style>
span { border-color: #2D5A13; }
span { border-color: rgb(45,90,19); }
td.TdClassName
{
border-color: #2D5A13;
}
.TagClassName
{
border-color: #2D5A13;
}
</style>