Shades of Evening Sea #1D5F49
Tints of Evening Sea #1D5F49
RGB
CMYK
RGB Variations
Color information
#1D5F49 (or 0x1D5F49) is known color: Evening Sea. HEX triplet: 1D, 5F and 49. RGB value is (29,95,73). Sum of RGB (Red+Green+Blue) = 29+95+73=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5F49 is #E2A0B6. Grayscale: #484848. Windows color (decimal): -14852279 or 4808477. OLE color: 4808477.
HSL color Cylindrical-coordinate representation of color #1D5F49: hue angle of 160º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5F49 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 73 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.63 |
| HSL | 160º | 0.53% | 0.24% | - |
| HSV(B) | 160º | 0.69% | 0.37% | - |
| XYZ | 5.8 | 8.93 | 7.72 | - |
| YUV | 72.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 73 | 0.69 | 0 | 0.23 | 0.63 | 160 | 0.53 | 0.24 |
| Hex | 1D | 5F | 49 | 45 | 0 | 17 | 3F | A0 | 35 | 18 |
| Octal | 35 | 137 | 111 | 105 | 0 | 27 | 77 | 240 | 65 | 30 |
| Binary | 11101 | 1011111 | 1001001 | 1000101 | 0 | 10111 | 111111 | 10100000 | 110101 | 11000 |
Color Harmonies of #1D5F49
Complementary color
Monochromatic Colors of #1D5F49
Black with #1D5F49
Text Example
Text Example
White with #1D5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F49; }
p { color: rgb(29,95,73); }
H1.HeaderClassName
{
color: #1D5F49;
}
.AnyTagClassName
{
color: #1D5F49;
}
</style>
background-color css
<style>
a { background-color: #1D5F49; }
a { background-color: rgb(29,95,73); }
div.DivClassName
{
background-color: #1D5F49;
}
.BgClassName
{
background-color: #1D5F49;
}
</style>
border-color css
<style>
span { border-color: #1D5F49; }
span { border-color: rgb(29,95,73); }
td.TdClassName
{
border-color: #1D5F49;
}
.TagClassName
{
border-color: #1D5F49;
}
</style>