Shades of Palm Leaf #2D531C
Tints of Palm Leaf #2D531C
RGB
CMYK
RGB Variations
Color information
#2D531C (or 0x2D531C) is known color: Palm Leaf. HEX triplet: 2D, 53 and 1C. RGB value is (45,83,28). Sum of RGB (Red+Green+Blue) = 45+83+28=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #2D531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D531C is #D2ACE3. Grayscale: #414141. Windows color (decimal): -13806820 or 1856301. OLE color: 1856301.
HSL color Cylindrical-coordinate representation of color #2D531C: hue angle of 101.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D531C is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 28 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.67 |
| HSL | 101.45º | 0.5% | 0.22% | - |
| HSV(B) | 101.45º | 0.66% | 0.33% | - |
| XYZ | 4.39 | 6.83 | 2.19 | - |
| YUV | 65.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 28 | 0.46 | 0 | 0.66 | 0.67 | 101.45 | 0.5 | 0.22 |
| Hex | 2D | 53 | 1C | 2E | 0 | 42 | 43 | 65 | 32 | 16 |
| Octal | 55 | 123 | 34 | 56 | 0 | 102 | 103 | 145 | 62 | 26 |
| Binary | 101101 | 1010011 | 11100 | 101110 | 0 | 1000010 | 1000011 | 1100101 | 110010 | 10110 |
Color Harmonies of #2D531C
Complementary color
Monochromatic Colors of #2D531C
Black with #2D531C
Text Example
Text Example
White with #2D531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D531C; }
p { color: rgb(45,83,28); }
H1.HeaderClassName
{
color: #2D531C;
}
.AnyTagClassName
{
color: #2D531C;
}
</style>
background-color css
<style>
a { background-color: #2D531C; }
a { background-color: rgb(45,83,28); }
div.DivClassName
{
background-color: #2D531C;
}
.BgClassName
{
background-color: #2D531C;
}
</style>
border-color css
<style>
span { border-color: #2D531C; }
span { border-color: rgb(45,83,28); }
td.TdClassName
{
border-color: #2D531C;
}
.TagClassName
{
border-color: #2D531C;
}
</style>