Shades of Evening Sea #1C5E48
Tints of Evening Sea #1C5E48
RGB
CMYK
RGB Variations
Color information
#1C5E48 (or 0x1C5E48) is known color: Evening Sea. HEX triplet: 1C, 5E and 48. RGB value is (28,94,72). Sum of RGB (Red+Green+Blue) = 28+94+72=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #1C5E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5E48 is #E3A1B7. Grayscale: #474747. Windows color (decimal): -14918072 or 4742684. OLE color: 4742684.
HSL color Cylindrical-coordinate representation of color #1C5E48: hue angle of 160º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5E48 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 28 | 94 | 72 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.63 |
| HSL | 160º | 0.54% | 0.24% | - |
| HSV(B) | 160º | 0.7% | 0.37% | - |
| XYZ | 5.65 | 8.72 | 7.52 | - |
| YUV | 71.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 72 | 0.70 | 0 | 0.23 | 0.63 | 160 | 0.54 | 0.24 |
| Hex | 1C | 5E | 48 | 46 | 0 | 17 | 3F | A0 | 36 | 18 |
| Octal | 34 | 136 | 110 | 106 | 0 | 27 | 77 | 240 | 66 | 30 |
| Binary | 11100 | 1011110 | 1001000 | 1000110 | 0 | 10111 | 111111 | 10100000 | 110110 | 11000 |
Color Harmonies of #1C5E48
Complementary color
Monochromatic Colors of #1C5E48
Black with #1C5E48
Text Example
Text Example
White with #1C5E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5E48; }
p { color: rgb(28,94,72); }
H1.HeaderClassName
{
color: #1C5E48;
}
.AnyTagClassName
{
color: #1C5E48;
}
</style>
background-color css
<style>
a { background-color: #1C5E48; }
a { background-color: rgb(28,94,72); }
div.DivClassName
{
background-color: #1C5E48;
}
.BgClassName
{
background-color: #1C5E48;
}
</style>
border-color css
<style>
span { border-color: #1C5E48; }
span { border-color: rgb(28,94,72); }
td.TdClassName
{
border-color: #1C5E48;
}
.TagClassName
{
border-color: #1C5E48;
}
</style>