Shades of Palm Green #1E3D2C
Tints of Palm Green #1E3D2C
RGB
CMYK
RGB Variations
Color information
#1E3D2C (or 0x1E3D2C) is known color: Palm Green. HEX triplet: 1E, 3D and 2C. RGB value is (30,61,44). Sum of RGB (Red+Green+Blue) = 30+61+44=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D2C is #E1C2D3. Grayscale: #313131. Windows color (decimal): -14795476 or 2899230. OLE color: 2899230.
HSL color Cylindrical-coordinate representation of color #1E3D2C: hue angle of 147.1º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D2C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 44 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.76 |
| HSL | 147.1º | 0.34% | 0.18% | - |
| HSV(B) | 147.1º | 0.51% | 0.24% | - |
| XYZ | 2.66 | 3.8 | 2.98 | - |
| YUV | 49.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 44 | 0.51 | 0 | 0.28 | 0.76 | 147.1 | 0.34 | 0.18 |
| Hex | 1E | 3D | 2C | 33 | 0 | 1C | 4C | 93 | 22 | 12 |
| Octal | 36 | 75 | 54 | 63 | 0 | 34 | 114 | 223 | 42 | 22 |
| Binary | 11110 | 111101 | 101100 | 110011 | 0 | 11100 | 1001100 | 10010011 | 100010 | 10010 |
Color Harmonies of #1E3D2C
Complementary color
Monochromatic Colors of #1E3D2C
Black with #1E3D2C
Text Example
Text Example
White with #1E3D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D2C; }
p { color: rgb(30,61,44); }
H1.HeaderClassName
{
color: #1E3D2C;
}
.AnyTagClassName
{
color: #1E3D2C;
}
</style>
background-color css
<style>
a { background-color: #1E3D2C; }
a { background-color: rgb(30,61,44); }
div.DivClassName
{
background-color: #1E3D2C;
}
.BgClassName
{
background-color: #1E3D2C;
}
</style>
border-color css
<style>
span { border-color: #1E3D2C; }
span { border-color: rgb(30,61,44); }
td.TdClassName
{
border-color: #1E3D2C;
}
.TagClassName
{
border-color: #1E3D2C;
}
</style>