Shades of Evening Sea #1D6048
Tints of Evening Sea #1D6048
RGB
CMYK
RGB Variations
Color information
#1D6048 (or 0x1D6048) is known color: Evening Sea. HEX triplet: 1D, 60 and 48. RGB value is (29,96,72). Sum of RGB (Red+Green+Blue) = 29+96+72=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6048 is #E29FB7. Grayscale: #494949. Windows color (decimal): -14852024 or 4743197. OLE color: 4743197.
HSL color Cylindrical-coordinate representation of color #1D6048: hue angle of 158.51º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D6048 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 72 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.62 |
| HSL | 158.51º | 0.54% | 0.25% | - |
| HSV(B) | 158.51º | 0.7% | 0.38% | - |
| XYZ | 5.86 | 9.09 | 7.58 | - |
| YUV | 73.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 72 | 0.70 | 0 | 0.25 | 0.62 | 158.51 | 0.54 | 0.25 |
| Hex | 1D | 60 | 48 | 46 | 0 | 19 | 3E | 9F | 36 | 19 |
| Octal | 35 | 140 | 110 | 106 | 0 | 31 | 76 | 237 | 66 | 31 |
| Binary | 11101 | 1100000 | 1001000 | 1000110 | 0 | 11001 | 111110 | 10011111 | 110110 | 11001 |
Color Harmonies of #1D6048
Complementary color
Monochromatic Colors of #1D6048
Black with #1D6048
Text Example
Text Example
White with #1D6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6048; }
p { color: rgb(29,96,72); }
H1.HeaderClassName
{
color: #1D6048;
}
.AnyTagClassName
{
color: #1D6048;
}
</style>
background-color css
<style>
a { background-color: #1D6048; }
a { background-color: rgb(29,96,72); }
div.DivClassName
{
background-color: #1D6048;
}
.BgClassName
{
background-color: #1D6048;
}
</style>
border-color css
<style>
span { border-color: #1D6048; }
span { border-color: rgb(29,96,72); }
td.TdClassName
{
border-color: #1D6048;
}
.TagClassName
{
border-color: #1D6048;
}
</style>