Shades of Palm Green #1E3F30
Tints of Palm Green #1E3F30
RGB
CMYK
RGB Variations
Color information
#1E3F30 (or 0x1E3F30) is known color: Palm Green. HEX triplet: 1E, 3F and 30. RGB value is (30,63,48). Sum of RGB (Red+Green+Blue) = 30+63+48=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F30 is #E1C0CF. Grayscale: #333333. Windows color (decimal): -14794960 or 3161886. OLE color: 3161886.
HSL color Cylindrical-coordinate representation of color #1E3F30: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3F30 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 63 | 48 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.75 |
| HSL | 152.73º | 0.35% | 0.18% | - |
| HSV(B) | 152.73º | 0.52% | 0.25% | - |
| XYZ | 2.85 | 4.04 | 3.43 | - |
| YUV | 51.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 48 | 0.52 | 0 | 0.24 | 0.75 | 152.73 | 0.35 | 0.18 |
| Hex | 1E | 3F | 30 | 34 | 0 | 18 | 4B | 99 | 23 | 12 |
| Octal | 36 | 77 | 60 | 64 | 0 | 30 | 113 | 231 | 43 | 22 |
| Binary | 11110 | 111111 | 110000 | 110100 | 0 | 11000 | 1001011 | 10011001 | 100011 | 10010 |
Color Harmonies of #1E3F30
Complementary color
Monochromatic Colors of #1E3F30
Black with #1E3F30
Text Example
Text Example
White with #1E3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F30; }
p { color: rgb(30,63,48); }
H1.HeaderClassName
{
color: #1E3F30;
}
.AnyTagClassName
{
color: #1E3F30;
}
</style>
background-color css
<style>
a { background-color: #1E3F30; }
a { background-color: rgb(30,63,48); }
div.DivClassName
{
background-color: #1E3F30;
}
.BgClassName
{
background-color: #1E3F30;
}
</style>
border-color css
<style>
span { border-color: #1E3F30; }
span { border-color: rgb(30,63,48); }
td.TdClassName
{
border-color: #1E3F30;
}
.TagClassName
{
border-color: #1E3F30;
}
</style>