Shades of Evening Sea #1C5C47
Tints of Evening Sea #1C5C47
RGB
CMYK
RGB Variations
Color information
#1C5C47 (or 0x1C5C47) is known color: Evening Sea. HEX triplet: 1C, 5C and 47. RGB value is (28,92,71). Sum of RGB (Red+Green+Blue) = 28+92+71=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C47 is #E3A3B8. Grayscale: #464646. Windows color (decimal): -14918585 or 4676636. OLE color: 4676636.
HSL color Cylindrical-coordinate representation of color #1C5C47: hue angle of 160.31º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C47 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 71 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.64 |
| HSL | 160.31º | 0.53% | 0.24% | - |
| HSV(B) | 160.31º | 0.7% | 0.36% | - |
| XYZ | 5.44 | 8.36 | 7.29 | - |
| YUV | 70.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 71 | 0.70 | 0 | 0.23 | 0.64 | 160.31 | 0.53 | 0.24 |
| Hex | 1C | 5C | 47 | 46 | 0 | 17 | 40 | A0 | 35 | 18 |
| Octal | 34 | 134 | 107 | 106 | 0 | 27 | 100 | 240 | 65 | 30 |
| Binary | 11100 | 1011100 | 1000111 | 1000110 | 0 | 10111 | 1000000 | 10100000 | 110101 | 11000 |
Color Harmonies of #1C5C47
Complementary color
Monochromatic Colors of #1C5C47
Black with #1C5C47
Text Example
Text Example
White with #1C5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C47; }
p { color: rgb(28,92,71); }
H1.HeaderClassName
{
color: #1C5C47;
}
.AnyTagClassName
{
color: #1C5C47;
}
</style>
background-color css
<style>
a { background-color: #1C5C47; }
a { background-color: rgb(28,92,71); }
div.DivClassName
{
background-color: #1C5C47;
}
.BgClassName
{
background-color: #1C5C47;
}
</style>
border-color css
<style>
span { border-color: #1C5C47; }
span { border-color: rgb(28,92,71); }
td.TdClassName
{
border-color: #1C5C47;
}
.TagClassName
{
border-color: #1C5C47;
}
</style>