Shades of Palm Green #1E392C
Tints of Palm Green #1E392C
RGB
CMYK
RGB Variations
Color information
#1E392C (or 0x1E392C) is known color: Palm Green. HEX triplet: 1E, 39 and 2C. RGB value is (30,57,44). Sum of RGB (Red+Green+Blue) = 30+57+44=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #1E392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E392C is #E1C6D3. Grayscale: #2F2F2F. Windows color (decimal): -14796500 or 2898206. OLE color: 2898206.
HSL color Cylindrical-coordinate representation of color #1E392C: hue angle of 151.11º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E392C is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 44 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.78 |
| HSL | 151.11º | 0.31% | 0.17% | - |
| HSV(B) | 151.11º | 0.47% | 0.22% | - |
| XYZ | 2.45 | 3.38 | 2.91 | - |
| YUV | 47.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 44 | 0.47 | 0 | 0.23 | 0.78 | 151.11 | 0.31 | 0.17 |
| Hex | 1E | 39 | 2C | 2F | 0 | 17 | 4E | 97 | 1F | 11 |
| Octal | 36 | 71 | 54 | 57 | 0 | 27 | 116 | 227 | 37 | 21 |
| Binary | 11110 | 111001 | 101100 | 101111 | 0 | 10111 | 1001110 | 10010111 | 11111 | 10001 |
Color Harmonies of #1E392C
Complementary color
Monochromatic Colors of #1E392C
Black with #1E392C
Text Example
Text Example
White with #1E392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E392C; }
p { color: rgb(30,57,44); }
H1.HeaderClassName
{
color: #1E392C;
}
.AnyTagClassName
{
color: #1E392C;
}
</style>
background-color css
<style>
a { background-color: #1E392C; }
a { background-color: rgb(30,57,44); }
div.DivClassName
{
background-color: #1E392C;
}
.BgClassName
{
background-color: #1E392C;
}
</style>
border-color css
<style>
span { border-color: #1E392C; }
span { border-color: rgb(30,57,44); }
td.TdClassName
{
border-color: #1E392C;
}
.TagClassName
{
border-color: #1E392C;
}
</style>