Shades of Palm Green #1E3B2C
Tints of Palm Green #1E3B2C
RGB
CMYK
RGB Variations
Color information
#1E3B2C (or 0x1E3B2C) is known color: Palm Green. HEX triplet: 1E, 3B and 2C. RGB value is (30,59,44). Sum of RGB (Red+Green+Blue) = 30+59+44=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #1E3B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3B2C is #E1C4D3. Grayscale: #303030. Windows color (decimal): -14795988 or 2898718. OLE color: 2898718.
HSL color Cylindrical-coordinate representation of color #1E3B2C: hue angle of 148.97º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E3B2C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 59 | 44 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.77 |
| HSL | 148.97º | 0.33% | 0.17% | - |
| HSV(B) | 148.97º | 0.49% | 0.23% | - |
| XYZ | 2.55 | 3.59 | 2.94 | - |
| YUV | 48.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 44 | 0.49 | 0 | 0.25 | 0.77 | 148.97 | 0.33 | 0.17 |
| Hex | 1E | 3B | 2C | 31 | 0 | 19 | 4D | 95 | 21 | 11 |
| Octal | 36 | 73 | 54 | 61 | 0 | 31 | 115 | 225 | 41 | 21 |
| Binary | 11110 | 111011 | 101100 | 110001 | 0 | 11001 | 1001101 | 10010101 | 100001 | 10001 |
Color Harmonies of #1E3B2C
Complementary color
Monochromatic Colors of #1E3B2C
Black with #1E3B2C
Text Example
Text Example
White with #1E3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B2C; }
p { color: rgb(30,59,44); }
H1.HeaderClassName
{
color: #1E3B2C;
}
.AnyTagClassName
{
color: #1E3B2C;
}
</style>
background-color css
<style>
a { background-color: #1E3B2C; }
a { background-color: rgb(30,59,44); }
div.DivClassName
{
background-color: #1E3B2C;
}
.BgClassName
{
background-color: #1E3B2C;
}
</style>
border-color css
<style>
span { border-color: #1E3B2C; }
span { border-color: rgb(30,59,44); }
td.TdClassName
{
border-color: #1E3B2C;
}
.TagClassName
{
border-color: #1E3B2C;
}
</style>