Shades of Evening Sea #1D5E48
Tints of Evening Sea #1D5E48
RGB
CMYK
RGB Variations
Color information
#1D5E48 (or 0x1D5E48) is known color: Evening Sea. HEX triplet: 1D, 5E and 48. RGB value is (29,94,72). Sum of RGB (Red+Green+Blue) = 29+94+72=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #1D5E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5E48 is #E2A1B7. Grayscale: #484848. Windows color (decimal): -14852536 or 4742685. OLE color: 4742685.
HSL color Cylindrical-coordinate representation of color #1D5E48: hue angle of 159.69º 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 #1D5E48 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 94 | 72 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.63 |
| HSL | 159.69º | 0.53% | 0.24% | - |
| HSV(B) | 159.69º | 0.69% | 0.37% | - |
| XYZ | 5.68 | 8.73 | 7.52 | - |
| YUV | 72.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 72 | 0.69 | 0 | 0.23 | 0.63 | 159.69 | 0.53 | 0.24 |
| Hex | 1D | 5E | 48 | 45 | 0 | 17 | 3F | A0 | 35 | 18 |
| Octal | 35 | 136 | 110 | 105 | 0 | 27 | 77 | 240 | 65 | 30 |
| Binary | 11101 | 1011110 | 1001000 | 1000101 | 0 | 10111 | 111111 | 10100000 | 110101 | 11000 |
Color Harmonies of #1D5E48
Complementary color
Monochromatic Colors of #1D5E48
Black with #1D5E48
Text Example
Text Example
White with #1D5E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5E48; }
p { color: rgb(29,94,72); }
H1.HeaderClassName
{
color: #1D5E48;
}
.AnyTagClassName
{
color: #1D5E48;
}
</style>
background-color css
<style>
a { background-color: #1D5E48; }
a { background-color: rgb(29,94,72); }
div.DivClassName
{
background-color: #1D5E48;
}
.BgClassName
{
background-color: #1D5E48;
}
</style>
border-color css
<style>
span { border-color: #1D5E48; }
span { border-color: rgb(29,94,72); }
td.TdClassName
{
border-color: #1D5E48;
}
.TagClassName
{
border-color: #1D5E48;
}
</style>