Shades of Palm Leaf #2D5A10
Tints of Palm Leaf #2D5A10
RGB
CMYK
RGB Variations
Color information
#2D5A10 (or 0x2D5A10) is known color: Palm Leaf. HEX triplet: 2D, 5A and 10. RGB value is (45,90,16). Sum of RGB (Red+Green+Blue) = 45+90+16=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5A10 is #D2A5EF. Grayscale: #444444. Windows color (decimal): -13805040 or 1071661. OLE color: 1071661.
HSL color Cylindrical-coordinate representation of color #2D5A10: hue angle of 96.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5A10 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 16 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.65 |
| HSL | 96.49º | 0.7% | 0.21% | - |
| HSV(B) | 96.49º | 0.82% | 0.35% | - |
| XYZ | 4.83 | 7.91 | 1.76 | - |
| YUV | 68.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 16 | 0.50 | 0 | 0.82 | 0.65 | 96.49 | 0.7 | 0.21 |
| Hex | 2D | 5A | 10 | 32 | 0 | 52 | 41 | 60 | 46 | 15 |
| Octal | 55 | 132 | 20 | 62 | 0 | 122 | 101 | 140 | 106 | 25 |
| Binary | 101101 | 1011010 | 10000 | 110010 | 0 | 1010010 | 1000001 | 1100000 | 1000110 | 10101 |
Color Harmonies of #2D5A10
Complementary color
Monochromatic Colors of #2D5A10
Black with #2D5A10
Text Example
Text Example
White with #2D5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A10; }
p { color: rgb(45,90,16); }
H1.HeaderClassName
{
color: #2D5A10;
}
.AnyTagClassName
{
color: #2D5A10;
}
</style>
background-color css
<style>
a { background-color: #2D5A10; }
a { background-color: rgb(45,90,16); }
div.DivClassName
{
background-color: #2D5A10;
}
.BgClassName
{
background-color: #2D5A10;
}
</style>
border-color css
<style>
span { border-color: #2D5A10; }
span { border-color: rgb(45,90,16); }
td.TdClassName
{
border-color: #2D5A10;
}
.TagClassName
{
border-color: #2D5A10;
}
</style>