Shades of Palm Leaf #2D5A1A
Tints of Palm Leaf #2D5A1A
RGB
CMYK
RGB Variations
Color information
#2D5A1A (or 0x2D5A1A) is known color: Palm Leaf. HEX triplet: 2D, 5A and 1A. RGB value is (45,90,26). Sum of RGB (Red+Green+Blue) = 45+90+26=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A1A is #D2A5E5. Grayscale: #454545. Windows color (decimal): -13805030 or 1727021. OLE color: 1727021.
HSL color Cylindrical-coordinate representation of color #2D5A1A: hue angle of 102.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D5A1A is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 26 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.65 |
| HSL | 102.19º | 0.55% | 0.23% | - |
| HSV(B) | 102.19º | 0.71% | 0.35% | - |
| XYZ | 4.92 | 7.94 | 2.25 | - |
| YUV | 69.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 26 | 0.50 | 0 | 0.71 | 0.65 | 102.19 | 0.55 | 0.23 |
| Hex | 2D | 5A | 1A | 32 | 0 | 47 | 41 | 66 | 37 | 17 |
| Octal | 55 | 132 | 32 | 62 | 0 | 107 | 101 | 146 | 67 | 27 |
| Binary | 101101 | 1011010 | 11010 | 110010 | 0 | 1000111 | 1000001 | 1100110 | 110111 | 10111 |
Color Harmonies of #2D5A1A
Complementary color
Monochromatic Colors of #2D5A1A
Black with #2D5A1A
Text Example
Text Example
White with #2D5A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A1A; }
p { color: rgb(45,90,26); }
H1.HeaderClassName
{
color: #2D5A1A;
}
.AnyTagClassName
{
color: #2D5A1A;
}
</style>
background-color css
<style>
a { background-color: #2D5A1A; }
a { background-color: rgb(45,90,26); }
div.DivClassName
{
background-color: #2D5A1A;
}
.BgClassName
{
background-color: #2D5A1A;
}
</style>
border-color css
<style>
span { border-color: #2D5A1A; }
span { border-color: rgb(45,90,26); }
td.TdClassName
{
border-color: #2D5A1A;
}
.TagClassName
{
border-color: #2D5A1A;
}
</style>