Shades of Evening Sea #1F5D48
Tints of Evening Sea #1F5D48
RGB
CMYK
RGB Variations
Color information
#1F5D48 (or 0x1F5D48) is known color: Evening Sea. HEX triplet: 1F, 5D and 48. RGB value is (31,93,72). Sum of RGB (Red+Green+Blue) = 31+93+72=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D48 is #E0A2B7. Grayscale: #484848. Windows color (decimal): -14721720 or 4742431. OLE color: 4742431.
HSL color Cylindrical-coordinate representation of color #1F5D48: hue angle of 159.68º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D48 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 72 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.64 |
| HSL | 159.68º | 0.5% | 0.24% | - |
| HSV(B) | 159.68º | 0.67% | 0.36% | - |
| XYZ | 5.65 | 8.59 | 7.49 | - |
| YUV | 72.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 72 | 0.67 | 0 | 0.23 | 0.64 | 159.68 | 0.5 | 0.24 |
| Hex | 1F | 5D | 48 | 43 | 0 | 17 | 40 | A0 | 32 | 18 |
| Octal | 37 | 135 | 110 | 103 | 0 | 27 | 100 | 240 | 62 | 30 |
| Binary | 11111 | 1011101 | 1001000 | 1000011 | 0 | 10111 | 1000000 | 10100000 | 110010 | 11000 |
Color Harmonies of #1F5D48
Complementary color
Monochromatic Colors of #1F5D48
Black with #1F5D48
Text Example
Text Example
White with #1F5D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D48; }
p { color: rgb(31,93,72); }
H1.HeaderClassName
{
color: #1F5D48;
}
.AnyTagClassName
{
color: #1F5D48;
}
</style>
background-color css
<style>
a { background-color: #1F5D48; }
a { background-color: rgb(31,93,72); }
div.DivClassName
{
background-color: #1F5D48;
}
.BgClassName
{
background-color: #1F5D48;
}
</style>
border-color css
<style>
span { border-color: #1F5D48; }
span { border-color: rgb(31,93,72); }
td.TdClassName
{
border-color: #1F5D48;
}
.TagClassName
{
border-color: #1F5D48;
}
</style>