Shades of Evening Sea #1D5347
Tints of Evening Sea #1D5347
RGB
CMYK
RGB Variations
Color information
#1D5347 (or 0x1D5347) is known color: Evening Sea. HEX triplet: 1D, 53 and 47. RGB value is (29,83,71). Sum of RGB (Red+Green+Blue) = 29+83+71=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5347 is #E2ACB8. Grayscale: #414141. Windows color (decimal): -14855353 or 4674333. OLE color: 4674333.
HSL color Cylindrical-coordinate representation of color #1D5347: hue angle of 166.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5347 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 71 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.67 |
| HSL | 166.67º | 0.48% | 0.22% | - |
| HSV(B) | 166.67º | 0.65% | 0.33% | - |
| XYZ | 4.74 | 6.9 | 7.04 | - |
| YUV | 65.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 71 | 0.65 | 0 | 0.14 | 0.67 | 166.67 | 0.48 | 0.22 |
| Hex | 1D | 53 | 47 | 41 | 0 | E | 43 | A7 | 30 | 16 |
| Octal | 35 | 123 | 107 | 101 | 0 | 16 | 103 | 247 | 60 | 26 |
| Binary | 11101 | 1010011 | 1000111 | 1000001 | 0 | 1110 | 1000011 | 10100111 | 110000 | 10110 |
Color Harmonies of #1D5347
Complementary color
Monochromatic Colors of #1D5347
Black with #1D5347
Text Example
Text Example
White with #1D5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5347; }
p { color: rgb(29,83,71); }
H1.HeaderClassName
{
color: #1D5347;
}
.AnyTagClassName
{
color: #1D5347;
}
</style>
background-color css
<style>
a { background-color: #1D5347; }
a { background-color: rgb(29,83,71); }
div.DivClassName
{
background-color: #1D5347;
}
.BgClassName
{
background-color: #1D5347;
}
</style>
border-color css
<style>
span { border-color: #1D5347; }
span { border-color: rgb(29,83,71); }
td.TdClassName
{
border-color: #1D5347;
}
.TagClassName
{
border-color: #1D5347;
}
</style>