Shades of Palm Green #1E412E
Tints of Palm Green #1E412E
RGB
CMYK
RGB Variations
Color information
#1E412E (or 0x1E412E) is known color: Palm Green. HEX triplet: 1E, 41 and 2E. RGB value is (30,65,46). Sum of RGB (Red+Green+Blue) = 30+65+46=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #1E412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E412E is #E1BED1. Grayscale: #343434. Windows color (decimal): -14794450 or 3031326. OLE color: 3031326.
HSL color Cylindrical-coordinate representation of color #1E412E: hue angle of 147.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E412E is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 46 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.75 |
| HSL | 147.43º | 0.37% | 0.19% | - |
| HSV(B) | 147.43º | 0.54% | 0.25% | - |
| XYZ | 2.92 | 4.25 | 3.25 | - |
| YUV | 52.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 46 | 0.54 | 0 | 0.29 | 0.75 | 147.43 | 0.37 | 0.19 |
| Hex | 1E | 41 | 2E | 36 | 0 | 1D | 4B | 93 | 25 | 13 |
| Octal | 36 | 101 | 56 | 66 | 0 | 35 | 113 | 223 | 45 | 23 |
| Binary | 11110 | 1000001 | 101110 | 110110 | 0 | 11101 | 1001011 | 10010011 | 100101 | 10011 |
Color Harmonies of #1E412E
Complementary color
Monochromatic Colors of #1E412E
Black with #1E412E
Text Example
Text Example
White with #1E412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E412E; }
p { color: rgb(30,65,46); }
H1.HeaderClassName
{
color: #1E412E;
}
.AnyTagClassName
{
color: #1E412E;
}
</style>
background-color css
<style>
a { background-color: #1E412E; }
a { background-color: rgb(30,65,46); }
div.DivClassName
{
background-color: #1E412E;
}
.BgClassName
{
background-color: #1E412E;
}
</style>
border-color css
<style>
span { border-color: #1E412E; }
span { border-color: rgb(30,65,46); }
td.TdClassName
{
border-color: #1E412E;
}
.TagClassName
{
border-color: #1E412E;
}
</style>