Shades of Evening Sea #1D5F48
Tints of Evening Sea #1D5F48
RGB
CMYK
RGB Variations
Color information
#1D5F48 (or 0x1D5F48) is known color: Evening Sea. HEX triplet: 1D, 5F and 48. RGB value is (29,95,72). Sum of RGB (Red+Green+Blue) = 29+95+72=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5F48 is #E2A0B7. Grayscale: #484848. Windows color (decimal): -14852280 or 4742941. OLE color: 4742941.
HSL color Cylindrical-coordinate representation of color #1D5F48: hue angle of 159.09º 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 #1D5F48 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 72 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.63 |
| HSL | 159.09º | 0.53% | 0.24% | - |
| HSV(B) | 159.09º | 0.69% | 0.37% | - |
| XYZ | 5.77 | 8.91 | 7.55 | - |
| YUV | 72.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 72 | 0.69 | 0 | 0.24 | 0.63 | 159.09 | 0.53 | 0.24 |
| Hex | 1D | 5F | 48 | 45 | 0 | 18 | 3F | 9F | 35 | 18 |
| Octal | 35 | 137 | 110 | 105 | 0 | 30 | 77 | 237 | 65 | 30 |
| Binary | 11101 | 1011111 | 1001000 | 1000101 | 0 | 11000 | 111111 | 10011111 | 110101 | 11000 |
Color Harmonies of #1D5F48
Complementary color
Monochromatic Colors of #1D5F48
Black with #1D5F48
Text Example
Text Example
White with #1D5F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F48; }
p { color: rgb(29,95,72); }
H1.HeaderClassName
{
color: #1D5F48;
}
.AnyTagClassName
{
color: #1D5F48;
}
</style>
background-color css
<style>
a { background-color: #1D5F48; }
a { background-color: rgb(29,95,72); }
div.DivClassName
{
background-color: #1D5F48;
}
.BgClassName
{
background-color: #1D5F48;
}
</style>
border-color css
<style>
span { border-color: #1D5F48; }
span { border-color: rgb(29,95,72); }
td.TdClassName
{
border-color: #1D5F48;
}
.TagClassName
{
border-color: #1D5F48;
}
</style>