Shades of Palm Leaf #2D4E1B
Tints of Palm Leaf #2D4E1B
RGB
CMYK
RGB Variations
Color information
#2D4E1B (or 0x2D4E1B) is known color: Palm Leaf. HEX triplet: 2D, 4E and 1B. RGB value is (45,78,27). Sum of RGB (Red+Green+Blue) = 45+78+27=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E1B is #D2B1E4. Grayscale: #3E3E3E. Windows color (decimal): -13808101 or 1789485. OLE color: 1789485.
HSL color Cylindrical-coordinate representation of color #2D4E1B: hue angle of 98.82º degrees, saturation: 0.49, 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 #2D4E1B is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 27 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.69 |
| HSL | 98.82º | 0.49% | 0.21% | - |
| HSV(B) | 98.82º | 0.65% | 0.31% | - |
| XYZ | 4 | 6.09 | 2 | - |
| YUV | 62.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 27 | 0.42 | 0 | 0.65 | 0.69 | 98.82 | 0.49 | 0.21 |
| Hex | 2D | 4E | 1B | 2A | 0 | 41 | 45 | 63 | 31 | 15 |
| Octal | 55 | 116 | 33 | 52 | 0 | 101 | 105 | 143 | 61 | 25 |
| Binary | 101101 | 1001110 | 11011 | 101010 | 0 | 1000001 | 1000101 | 1100011 | 110001 | 10101 |
Color Harmonies of #2D4E1B
Complementary color
Monochromatic Colors of #2D4E1B
Black with #2D4E1B
Text Example
Text Example
White with #2D4E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E1B; }
p { color: rgb(45,78,27); }
H1.HeaderClassName
{
color: #2D4E1B;
}
.AnyTagClassName
{
color: #2D4E1B;
}
</style>
background-color css
<style>
a { background-color: #2D4E1B; }
a { background-color: rgb(45,78,27); }
div.DivClassName
{
background-color: #2D4E1B;
}
.BgClassName
{
background-color: #2D4E1B;
}
</style>
border-color css
<style>
span { border-color: #2D4E1B; }
span { border-color: rgb(45,78,27); }
td.TdClassName
{
border-color: #2D4E1B;
}
.TagClassName
{
border-color: #2D4E1B;
}
</style>