Shades of Palm Green #1E382C
Tints of Palm Green #1E382C
RGB
CMYK
RGB Variations
Color information
#1E382C (or 0x1E382C) is known color: Palm Green. HEX triplet: 1E, 38 and 2C. RGB value is (30,56,44). Sum of RGB (Red+Green+Blue) = 30+56+44=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #1E382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E382C is #E1C7D3. Grayscale: #2E2E2E. Windows color (decimal): -14796756 or 2897950. OLE color: 2897950.
HSL color Cylindrical-coordinate representation of color #1E382C: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E382C is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 44 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.78 |
| HSL | 152.31º | 0.3% | 0.17% | - |
| HSV(B) | 152.31º | 0.46% | 0.22% | - |
| XYZ | 2.4 | 3.29 | 2.89 | - |
| YUV | 46.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 44 | 0.46 | 0 | 0.21 | 0.78 | 152.31 | 0.3 | 0.17 |
| Hex | 1E | 38 | 2C | 2E | 0 | 15 | 4E | 98 | 1E | 11 |
| Octal | 36 | 70 | 54 | 56 | 0 | 25 | 116 | 230 | 36 | 21 |
| Binary | 11110 | 111000 | 101100 | 101110 | 0 | 10101 | 1001110 | 10011000 | 11110 | 10001 |
Color Harmonies of #1E382C
Complementary color
Monochromatic Colors of #1E382C
Black with #1E382C
Text Example
Text Example
White with #1E382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E382C; }
p { color: rgb(30,56,44); }
H1.HeaderClassName
{
color: #1E382C;
}
.AnyTagClassName
{
color: #1E382C;
}
</style>
background-color css
<style>
a { background-color: #1E382C; }
a { background-color: rgb(30,56,44); }
div.DivClassName
{
background-color: #1E382C;
}
.BgClassName
{
background-color: #1E382C;
}
</style>
border-color css
<style>
span { border-color: #1E382C; }
span { border-color: rgb(30,56,44); }
td.TdClassName
{
border-color: #1E382C;
}
.TagClassName
{
border-color: #1E382C;
}
</style>