Shades of Palm Green #1E3A2F
Tints of Palm Green #1E3A2F
RGB
CMYK
RGB Variations
Color information
#1E3A2F (or 0x1E3A2F) is known color: Palm Green. HEX triplet: 1E, 3A and 2F. RGB value is (30,58,47). Sum of RGB (Red+Green+Blue) = 30+58+47=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #1E3A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3A2F is #E1C5D0. Grayscale: #303030. Windows color (decimal): -14796241 or 3095070. OLE color: 3095070.
HSL color Cylindrical-coordinate representation of color #1E3A2F: hue angle of 156.43º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E3A2F is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 58 | 47 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.77 |
| HSL | 156.43º | 0.32% | 0.17% | - |
| HSV(B) | 156.43º | 0.48% | 0.23% | - |
| XYZ | 2.56 | 3.51 | 3.23 | - |
| YUV | 48.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 47 | 0.48 | 0 | 0.19 | 0.77 | 156.43 | 0.32 | 0.17 |
| Hex | 1E | 3A | 2F | 30 | 0 | 13 | 4D | 9C | 20 | 11 |
| Octal | 36 | 72 | 57 | 60 | 0 | 23 | 115 | 234 | 40 | 21 |
| Binary | 11110 | 111010 | 101111 | 110000 | 0 | 10011 | 1001101 | 10011100 | 100000 | 10001 |
Color Harmonies of #1E3A2F
Complementary color
Monochromatic Colors of #1E3A2F
Black with #1E3A2F
Text Example
Text Example
White with #1E3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A2F; }
p { color: rgb(30,58,47); }
H1.HeaderClassName
{
color: #1E3A2F;
}
.AnyTagClassName
{
color: #1E3A2F;
}
</style>
background-color css
<style>
a { background-color: #1E3A2F; }
a { background-color: rgb(30,58,47); }
div.DivClassName
{
background-color: #1E3A2F;
}
.BgClassName
{
background-color: #1E3A2F;
}
</style>
border-color css
<style>
span { border-color: #1E3A2F; }
span { border-color: rgb(30,58,47); }
td.TdClassName
{
border-color: #1E3A2F;
}
.TagClassName
{
border-color: #1E3A2F;
}
</style>