Shades of Palm Leaf #2D5B14
Tints of Palm Leaf #2D5B14
RGB
CMYK
RGB Variations
Color information
#2D5B14 (or 0x2D5B14) is known color: Palm Leaf. HEX triplet: 2D, 5B and 14. RGB value is (45,91,20). Sum of RGB (Red+Green+Blue) = 45+91+20=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5B14 is #D2A4EB. Grayscale: #454545. Windows color (decimal): -13804780 or 1334061. OLE color: 1334061.
HSL color Cylindrical-coordinate representation of color #2D5B14: hue angle of 98.87º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5B14 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 20 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.64 |
| HSL | 98.87º | 0.64% | 0.22% | - |
| HSV(B) | 98.87º | 0.78% | 0.36% | - |
| XYZ | 4.95 | 8.09 | 1.96 | - |
| YUV | 69.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 20 | 0.51 | 0 | 0.78 | 0.64 | 98.87 | 0.64 | 0.22 |
| Hex | 2D | 5B | 14 | 33 | 0 | 4E | 40 | 63 | 40 | 16 |
| Octal | 55 | 133 | 24 | 63 | 0 | 116 | 100 | 143 | 100 | 26 |
| Binary | 101101 | 1011011 | 10100 | 110011 | 0 | 1001110 | 1000000 | 1100011 | 1000000 | 10110 |
Color Harmonies of #2D5B14
Complementary color
Monochromatic Colors of #2D5B14
Black with #2D5B14
Text Example
Text Example
White with #2D5B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B14; }
p { color: rgb(45,91,20); }
H1.HeaderClassName
{
color: #2D5B14;
}
.AnyTagClassName
{
color: #2D5B14;
}
</style>
background-color css
<style>
a { background-color: #2D5B14; }
a { background-color: rgb(45,91,20); }
div.DivClassName
{
background-color: #2D5B14;
}
.BgClassName
{
background-color: #2D5B14;
}
</style>
border-color css
<style>
span { border-color: #2D5B14; }
span { border-color: rgb(45,91,20); }
td.TdClassName
{
border-color: #2D5B14;
}
.TagClassName
{
border-color: #2D5B14;
}
</style>