Shades of Evening Sea #1E6752
Tints of Evening Sea #1E6752
RGB
CMYK
RGB Variations
Color information
#1E6752 (or 0x1E6752) is known color: Evening Sea. HEX triplet: 1E, 67 and 52. RGB value is (30,103,82). Sum of RGB (Red+Green+Blue) = 30+103+82=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #1E6752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6752 is #E198AD. Grayscale: #4E4E4E. Windows color (decimal): -14784686 or 5400350. OLE color: 5400350.
HSL color Cylindrical-coordinate representation of color #1E6752: hue angle of 162.74º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6752 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 82 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.60 |
| HSL | 162.74º | 0.55% | 0.26% | - |
| HSV(B) | 162.74º | 0.71% | 0.4% | - |
| XYZ | 6.91 | 10.59 | 9.66 | - |
| YUV | 78.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 82 | 0.71 | 0 | 0.20 | 0.60 | 162.74 | 0.55 | 0.26 |
| Hex | 1E | 67 | 52 | 47 | 0 | 14 | 3C | A3 | 37 | 1A |
| Octal | 36 | 147 | 122 | 107 | 0 | 24 | 74 | 243 | 67 | 32 |
| Binary | 11110 | 1100111 | 1010010 | 1000111 | 0 | 10100 | 111100 | 10100011 | 110111 | 11010 |
Color Harmonies of #1E6752
Complementary color
Monochromatic Colors of #1E6752
Black with #1E6752
Text Example
Text Example
White with #1E6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6752; }
p { color: rgb(30,103,82); }
H1.HeaderClassName
{
color: #1E6752;
}
.AnyTagClassName
{
color: #1E6752;
}
</style>
background-color css
<style>
a { background-color: #1E6752; }
a { background-color: rgb(30,103,82); }
div.DivClassName
{
background-color: #1E6752;
}
.BgClassName
{
background-color: #1E6752;
}
</style>
border-color css
<style>
span { border-color: #1E6752; }
span { border-color: rgb(30,103,82); }
td.TdClassName
{
border-color: #1E6752;
}
.TagClassName
{
border-color: #1E6752;
}
</style>