Shades of Palm Leaf #2D3E27
Tints of Palm Leaf #2D3E27
RGB
CMYK
RGB Variations
Color information
#2D3E27 (or 0x2D3E27) is known color: Palm Leaf. HEX triplet: 2D, 3E and 27. RGB value is (45,62,39). Sum of RGB (Red+Green+Blue) = 45+62+39=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E27 is #D2C1D8. Grayscale: #363636. Windows color (decimal): -13812185 or 2571821. OLE color: 2571821.
HSL color Cylindrical-coordinate representation of color #2D3E27: hue angle of 104.35º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D3E27 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 39 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.76 |
| HSL | 104.35º | 0.23% | 0.2% | - |
| HSV(B) | 104.35º | 0.37% | 0.24% | - |
| XYZ | 3.17 | 4.15 | 2.55 | - |
| YUV | 54.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 39 | 0.27 | 0 | 0.37 | 0.76 | 104.35 | 0.23 | 0.2 |
| Hex | 2D | 3E | 27 | 1B | 0 | 25 | 4C | 68 | 17 | 14 |
| Octal | 55 | 76 | 47 | 33 | 0 | 45 | 114 | 150 | 27 | 24 |
| Binary | 101101 | 111110 | 100111 | 11011 | 0 | 100101 | 1001100 | 1101000 | 10111 | 10100 |
Color Harmonies of #2D3E27
Complementary color
Monochromatic Colors of #2D3E27
Black with #2D3E27
Text Example
Text Example
White with #2D3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E27; }
p { color: rgb(45,62,39); }
H1.HeaderClassName
{
color: #2D3E27;
}
.AnyTagClassName
{
color: #2D3E27;
}
</style>
background-color css
<style>
a { background-color: #2D3E27; }
a { background-color: rgb(45,62,39); }
div.DivClassName
{
background-color: #2D3E27;
}
.BgClassName
{
background-color: #2D3E27;
}
</style>
border-color css
<style>
span { border-color: #2D3E27; }
span { border-color: rgb(45,62,39); }
td.TdClassName
{
border-color: #2D3E27;
}
.TagClassName
{
border-color: #2D3E27;
}
</style>