Shades of Evening Sea #1D5E4A
Tints of Evening Sea #1D5E4A
RGB
CMYK
RGB Variations
Color information
#1D5E4A (or 0x1D5E4A) is known color: Evening Sea. HEX triplet: 1D, 5E and 4A. RGB value is (29,94,74). Sum of RGB (Red+Green+Blue) = 29+94+74=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #1D5E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5E4A is #E2A1B5. Grayscale: #484848. Windows color (decimal): -14852534 or 4873757. OLE color: 4873757.
HSL color Cylindrical-coordinate representation of color #1D5E4A: hue angle of 161.54º 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 #1D5E4A is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 94 | 74 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.63 |
| HSL | 161.54º | 0.53% | 0.24% | - |
| HSV(B) | 161.54º | 0.69% | 0.37% | - |
| XYZ | 5.75 | 8.76 | 7.87 | - |
| YUV | 72.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 74 | 0.69 | 0 | 0.21 | 0.63 | 161.54 | 0.53 | 0.24 |
| Hex | 1D | 5E | 4A | 45 | 0 | 15 | 3F | A2 | 35 | 18 |
| Octal | 35 | 136 | 112 | 105 | 0 | 25 | 77 | 242 | 65 | 30 |
| Binary | 11101 | 1011110 | 1001010 | 1000101 | 0 | 10101 | 111111 | 10100010 | 110101 | 11000 |
Color Harmonies of #1D5E4A
Complementary color
Monochromatic Colors of #1D5E4A
Black with #1D5E4A
Text Example
Text Example
White with #1D5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5E4A; }
p { color: rgb(29,94,74); }
H1.HeaderClassName
{
color: #1D5E4A;
}
.AnyTagClassName
{
color: #1D5E4A;
}
</style>
background-color css
<style>
a { background-color: #1D5E4A; }
a { background-color: rgb(29,94,74); }
div.DivClassName
{
background-color: #1D5E4A;
}
.BgClassName
{
background-color: #1D5E4A;
}
</style>
border-color css
<style>
span { border-color: #1D5E4A; }
span { border-color: rgb(29,94,74); }
td.TdClassName
{
border-color: #1D5E4A;
}
.TagClassName
{
border-color: #1D5E4A;
}
</style>