Shades of Palm Leaf #2D5317
Tints of Palm Leaf #2D5317
RGB
CMYK
RGB Variations
Color information
#2D5317 (or 0x2D5317) is known color: Palm Leaf. HEX triplet: 2D, 53 and 17. RGB value is (45,83,23). Sum of RGB (Red+Green+Blue) = 45+83+23=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5317 is #D2ACE8. Grayscale: #414141. Windows color (decimal): -13806825 or 1528621. OLE color: 1528621.
HSL color Cylindrical-coordinate representation of color #2D5317: hue angle of 98º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D5317 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 23 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.67 |
| HSL | 98º | 0.57% | 0.21% | - |
| HSV(B) | 98º | 0.72% | 0.33% | - |
| XYZ | 4.33 | 6.81 | 1.9 | - |
| YUV | 64.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 23 | 0.46 | 0 | 0.72 | 0.67 | 98 | 0.57 | 0.21 |
| Hex | 2D | 53 | 17 | 2E | 0 | 48 | 43 | 62 | 39 | 15 |
| Octal | 55 | 123 | 27 | 56 | 0 | 110 | 103 | 142 | 71 | 25 |
| Binary | 101101 | 1010011 | 10111 | 101110 | 0 | 1001000 | 1000011 | 1100010 | 111001 | 10101 |
Color Harmonies of #2D5317
Complementary color
Monochromatic Colors of #2D5317
Black with #2D5317
Text Example
Text Example
White with #2D5317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5317; }
p { color: rgb(45,83,23); }
H1.HeaderClassName
{
color: #2D5317;
}
.AnyTagClassName
{
color: #2D5317;
}
</style>
background-color css
<style>
a { background-color: #2D5317; }
a { background-color: rgb(45,83,23); }
div.DivClassName
{
background-color: #2D5317;
}
.BgClassName
{
background-color: #2D5317;
}
</style>
border-color css
<style>
span { border-color: #2D5317; }
span { border-color: rgb(45,83,23); }
td.TdClassName
{
border-color: #2D5317;
}
.TagClassName
{
border-color: #2D5317;
}
</style>