Shades of Palm Green #1E3D2E
Tints of Palm Green #1E3D2E
RGB
CMYK
RGB Variations
Color information
#1E3D2E (or 0x1E3D2E) is known color: Palm Green. HEX triplet: 1E, 3D and 2E. RGB value is (30,61,46). Sum of RGB (Red+Green+Blue) = 30+61+46=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D2E is #E1C2D1. Grayscale: #323232. Windows color (decimal): -14795474 or 3030302. OLE color: 3030302.
HSL color Cylindrical-coordinate representation of color #1E3D2E: hue angle of 150.97º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D2E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 46 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.76 |
| HSL | 150.97º | 0.34% | 0.18% | - |
| HSV(B) | 150.97º | 0.51% | 0.24% | - |
| XYZ | 2.7 | 3.81 | 3.18 | - |
| YUV | 50.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 46 | 0.51 | 0 | 0.25 | 0.76 | 150.97 | 0.34 | 0.18 |
| Hex | 1E | 3D | 2E | 33 | 0 | 19 | 4C | 97 | 22 | 12 |
| Octal | 36 | 75 | 56 | 63 | 0 | 31 | 114 | 227 | 42 | 22 |
| Binary | 11110 | 111101 | 101110 | 110011 | 0 | 11001 | 1001100 | 10010111 | 100010 | 10010 |
Color Harmonies of #1E3D2E
Complementary color
Monochromatic Colors of #1E3D2E
Black with #1E3D2E
Text Example
Text Example
White with #1E3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D2E; }
p { color: rgb(30,61,46); }
H1.HeaderClassName
{
color: #1E3D2E;
}
.AnyTagClassName
{
color: #1E3D2E;
}
</style>
background-color css
<style>
a { background-color: #1E3D2E; }
a { background-color: rgb(30,61,46); }
div.DivClassName
{
background-color: #1E3D2E;
}
.BgClassName
{
background-color: #1E3D2E;
}
</style>
border-color css
<style>
span { border-color: #1E3D2E; }
span { border-color: rgb(30,61,46); }
td.TdClassName
{
border-color: #1E3D2E;
}
.TagClassName
{
border-color: #1E3D2E;
}
</style>