Shades of Palm Leaf #2D4F2A
Tints of Palm Leaf #2D4F2A
RGB
CMYK
RGB Variations
Color information
#2D4F2A (or 0x2D4F2A) is known color: Palm Leaf. HEX triplet: 2D, 4F and 2A. RGB value is (45,79,42). Sum of RGB (Red+Green+Blue) = 45+79+42=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F2A is #D2B0D5. Grayscale: #404040. Windows color (decimal): -13807830 or 2772781. OLE color: 2772781.
HSL color Cylindrical-coordinate representation of color #2D4F2A: hue angle of 115.14º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D4F2A is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 42 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.69 |
| HSL | 115.14º | 0.31% | 0.24% | - |
| HSV(B) | 115.14º | 0.47% | 0.31% | - |
| XYZ | 4.3 | 6.32 | 3.18 | - |
| YUV | 64.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 42 | 0.43 | 0 | 0.47 | 0.69 | 115.14 | 0.31 | 0.24 |
| Hex | 2D | 4F | 2A | 2B | 0 | 2F | 45 | 73 | 1F | 18 |
| Octal | 55 | 117 | 52 | 53 | 0 | 57 | 105 | 163 | 37 | 30 |
| Binary | 101101 | 1001111 | 101010 | 101011 | 0 | 101111 | 1000101 | 1110011 | 11111 | 11000 |
Color Harmonies of #2D4F2A
Complementary color
Monochromatic Colors of #2D4F2A
Black with #2D4F2A
Text Example
Text Example
White with #2D4F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F2A; }
p { color: rgb(45,79,42); }
H1.HeaderClassName
{
color: #2D4F2A;
}
.AnyTagClassName
{
color: #2D4F2A;
}
</style>
background-color css
<style>
a { background-color: #2D4F2A; }
a { background-color: rgb(45,79,42); }
div.DivClassName
{
background-color: #2D4F2A;
}
.BgClassName
{
background-color: #2D4F2A;
}
</style>
border-color css
<style>
span { border-color: #2D4F2A; }
span { border-color: rgb(45,79,42); }
td.TdClassName
{
border-color: #2D4F2A;
}
.TagClassName
{
border-color: #2D4F2A;
}
</style>