Shades of Palm Leaf #2D4F1C
Tints of Palm Leaf #2D4F1C
RGB
CMYK
RGB Variations
Color information
#2D4F1C (or 0x2D4F1C) is known color: Palm Leaf. HEX triplet: 2D, 4F and 1C. RGB value is (45,79,28). Sum of RGB (Red+Green+Blue) = 45+79+28=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F1C is #D2B0E3. Grayscale: #3F3F3F. Windows color (decimal): -13807844 or 1855277. OLE color: 1855277.
HSL color Cylindrical-coordinate representation of color #2D4F1C: hue angle of 100º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D4F1C is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 28 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.69 |
| HSL | 100º | 0.48% | 0.21% | - |
| HSV(B) | 100º | 0.65% | 0.31% | - |
| XYZ | 4.09 | 6.23 | 2.09 | - |
| YUV | 63.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 28 | 0.43 | 0 | 0.65 | 0.69 | 100 | 0.48 | 0.21 |
| Hex | 2D | 4F | 1C | 2B | 0 | 41 | 45 | 64 | 30 | 15 |
| Octal | 55 | 117 | 34 | 53 | 0 | 101 | 105 | 144 | 60 | 25 |
| Binary | 101101 | 1001111 | 11100 | 101011 | 0 | 1000001 | 1000101 | 1100100 | 110000 | 10101 |
Color Harmonies of #2D4F1C
Complementary color
Monochromatic Colors of #2D4F1C
Black with #2D4F1C
Text Example
Text Example
White with #2D4F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F1C; }
p { color: rgb(45,79,28); }
H1.HeaderClassName
{
color: #2D4F1C;
}
.AnyTagClassName
{
color: #2D4F1C;
}
</style>
background-color css
<style>
a { background-color: #2D4F1C; }
a { background-color: rgb(45,79,28); }
div.DivClassName
{
background-color: #2D4F1C;
}
.BgClassName
{
background-color: #2D4F1C;
}
</style>
border-color css
<style>
span { border-color: #2D4F1C; }
span { border-color: rgb(45,79,28); }
td.TdClassName
{
border-color: #2D4F1C;
}
.TagClassName
{
border-color: #2D4F1C;
}
</style>