Shades of Evening Sea #1D5A44
Tints of Evening Sea #1D5A44
RGB
CMYK
RGB Variations
Color information
#1D5A44 (or 0x1D5A44) is known color: Evening Sea. HEX triplet: 1D, 5A and 44. RGB value is (29,90,68). Sum of RGB (Red+Green+Blue) = 29+90+68=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A44 is #E2A5BB. Grayscale: #454545. Windows color (decimal): -14853564 or 4479517. OLE color: 4479517.
HSL color Cylindrical-coordinate representation of color #1D5A44: hue angle of 158.36º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A44 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 68 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.65 |
| HSL | 158.36º | 0.51% | 0.23% | - |
| HSV(B) | 158.36º | 0.68% | 0.35% | - |
| XYZ | 5.21 | 7.99 | 6.74 | - |
| YUV | 69.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 68 | 0.68 | 0 | 0.24 | 0.65 | 158.36 | 0.51 | 0.23 |
| Hex | 1D | 5A | 44 | 44 | 0 | 18 | 41 | 9E | 33 | 17 |
| Octal | 35 | 132 | 104 | 104 | 0 | 30 | 101 | 236 | 63 | 27 |
| Binary | 11101 | 1011010 | 1000100 | 1000100 | 0 | 11000 | 1000001 | 10011110 | 110011 | 10111 |
Color Harmonies of #1D5A44
Complementary color
Monochromatic Colors of #1D5A44
Black with #1D5A44
Text Example
Text Example
White with #1D5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A44; }
p { color: rgb(29,90,68); }
H1.HeaderClassName
{
color: #1D5A44;
}
.AnyTagClassName
{
color: #1D5A44;
}
</style>
background-color css
<style>
a { background-color: #1D5A44; }
a { background-color: rgb(29,90,68); }
div.DivClassName
{
background-color: #1D5A44;
}
.BgClassName
{
background-color: #1D5A44;
}
</style>
border-color css
<style>
span { border-color: #1D5A44; }
span { border-color: rgb(29,90,68); }
td.TdClassName
{
border-color: #1D5A44;
}
.TagClassName
{
border-color: #1D5A44;
}
</style>