Shades of Evening Sea #1E6950
Tints of Evening Sea #1E6950
RGB
CMYK
RGB Variations
Color information
#1E6950 (or 0x1E6950) is known color: Evening Sea. HEX triplet: 1E, 69 and 50. RGB value is (30,105,80). Sum of RGB (Red+Green+Blue) = 30+105+80=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6950 is #E196AF. Grayscale: #4F4F4F. Windows color (decimal): -14784176 or 5269790. OLE color: 5269790.
HSL color Cylindrical-coordinate representation of color #1E6950: hue angle of 160º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6950 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 80 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.59 |
| HSL | 160º | 0.56% | 0.26% | - |
| HSV(B) | 160º | 0.71% | 0.41% | - |
| XYZ | 7.03 | 10.96 | 9.33 | - |
| YUV | 79.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 80 | 0.71 | 0 | 0.24 | 0.59 | 160 | 0.56 | 0.26 |
| Hex | 1E | 69 | 50 | 47 | 0 | 18 | 3B | A0 | 38 | 1A |
| Octal | 36 | 151 | 120 | 107 | 0 | 30 | 73 | 240 | 70 | 32 |
| Binary | 11110 | 1101001 | 1010000 | 1000111 | 0 | 11000 | 111011 | 10100000 | 111000 | 11010 |
Color Harmonies of #1E6950
Complementary color
Monochromatic Colors of #1E6950
Black with #1E6950
Text Example
Text Example
White with #1E6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6950; }
p { color: rgb(30,105,80); }
H1.HeaderClassName
{
color: #1E6950;
}
.AnyTagClassName
{
color: #1E6950;
}
</style>
background-color css
<style>
a { background-color: #1E6950; }
a { background-color: rgb(30,105,80); }
div.DivClassName
{
background-color: #1E6950;
}
.BgClassName
{
background-color: #1E6950;
}
</style>
border-color css
<style>
span { border-color: #1E6950; }
span { border-color: rgb(30,105,80); }
td.TdClassName
{
border-color: #1E6950;
}
.TagClassName
{
border-color: #1E6950;
}
</style>