Shades of Palm Leaf #2D3E28
Tints of Palm Leaf #2D3E28
RGB
CMYK
RGB Variations
Color information
#2D3E28 (or 0x2D3E28) is known color: Palm Leaf. HEX triplet: 2D, 3E and 28. RGB value is (45,62,40). Sum of RGB (Red+Green+Blue) = 45+62+40=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E28 is #D2C1D7. Grayscale: #363636. Windows color (decimal): -13812184 or 2637357. OLE color: 2637357.
HSL color Cylindrical-coordinate representation of color #2D3E28: hue angle of 106.36º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2D3E28 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 40 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.76 |
| HSL | 106.36º | 0.22% | 0.2% | - |
| HSV(B) | 106.36º | 0.35% | 0.24% | - |
| XYZ | 3.19 | 4.16 | 2.64 | - |
| YUV | 54.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 40 | 0.27 | 0 | 0.35 | 0.76 | 106.36 | 0.22 | 0.2 |
| Hex | 2D | 3E | 28 | 1B | 0 | 23 | 4C | 6A | 16 | 14 |
| Octal | 55 | 76 | 50 | 33 | 0 | 43 | 114 | 152 | 26 | 24 |
| Binary | 101101 | 111110 | 101000 | 11011 | 0 | 100011 | 1001100 | 1101010 | 10110 | 10100 |
Color Harmonies of #2D3E28
Complementary color
Monochromatic Colors of #2D3E28
Black with #2D3E28
Text Example
Text Example
White with #2D3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E28; }
p { color: rgb(45,62,40); }
H1.HeaderClassName
{
color: #2D3E28;
}
.AnyTagClassName
{
color: #2D3E28;
}
</style>
background-color css
<style>
a { background-color: #2D3E28; }
a { background-color: rgb(45,62,40); }
div.DivClassName
{
background-color: #2D3E28;
}
.BgClassName
{
background-color: #2D3E28;
}
</style>
border-color css
<style>
span { border-color: #2D3E28; }
span { border-color: rgb(45,62,40); }
td.TdClassName
{
border-color: #2D3E28;
}
.TagClassName
{
border-color: #2D3E28;
}
</style>