Shades of Palm Green #1E382B
Tints of Palm Green #1E382B
RGB
CMYK
RGB Variations
Color information
#1E382B (or 0x1E382B) is known color: Palm Green. HEX triplet: 1E, 38 and 2B. RGB value is (30,56,43). Sum of RGB (Red+Green+Blue) = 30+56+43=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1E382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E382B is #E1C7D4. Grayscale: #2E2E2E. Windows color (decimal): -14796757 or 2832414. OLE color: 2832414.
HSL color Cylindrical-coordinate representation of color #1E382B: hue angle of 150º 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 #1E382B is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 43 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.78 |
| HSL | 150º | 0.3% | 0.17% | - |
| HSV(B) | 150º | 0.46% | 0.22% | - |
| XYZ | 2.39 | 3.28 | 2.79 | - |
| YUV | 46.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 43 | 0.46 | 0 | 0.23 | 0.78 | 150 | 0.3 | 0.17 |
| Hex | 1E | 38 | 2B | 2E | 0 | 17 | 4E | 96 | 1E | 11 |
| Octal | 36 | 70 | 53 | 56 | 0 | 27 | 116 | 226 | 36 | 21 |
| Binary | 11110 | 111000 | 101011 | 101110 | 0 | 10111 | 1001110 | 10010110 | 11110 | 10001 |
Color Harmonies of #1E382B
Complementary color
Monochromatic Colors of #1E382B
Black with #1E382B
Text Example
Text Example
White with #1E382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E382B; }
p { color: rgb(30,56,43); }
H1.HeaderClassName
{
color: #1E382B;
}
.AnyTagClassName
{
color: #1E382B;
}
</style>
background-color css
<style>
a { background-color: #1E382B; }
a { background-color: rgb(30,56,43); }
div.DivClassName
{
background-color: #1E382B;
}
.BgClassName
{
background-color: #1E382B;
}
</style>
border-color css
<style>
span { border-color: #1E382B; }
span { border-color: rgb(30,56,43); }
td.TdClassName
{
border-color: #1E382B;
}
.TagClassName
{
border-color: #1E382B;
}
</style>