Shades of Evening Sea #1F5F4F
Tints of Evening Sea #1F5F4F
RGB
CMYK
RGB Variations
Color information
#1F5F4F (or 0x1F5F4F) is known color: Evening Sea. HEX triplet: 1F, 5F and 4F. RGB value is (31,95,79). Sum of RGB (Red+Green+Blue) = 31+95+79=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F4F is #E0A0B0. Grayscale: #4A4A4A. Windows color (decimal): -14721201 or 5201695. OLE color: 5201695.
HSL color Cylindrical-coordinate representation of color #1F5F4F: hue angle of 165º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F4F is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 79 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.63 |
| HSL | 165º | 0.51% | 0.25% | - |
| HSV(B) | 165º | 0.67% | 0.37% | - |
| XYZ | 6.07 | 9.04 | 8.82 | - |
| YUV | 74.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 79 | 0.67 | 0 | 0.17 | 0.63 | 165 | 0.51 | 0.25 |
| Hex | 1F | 5F | 4F | 43 | 0 | 11 | 3F | A5 | 33 | 19 |
| Octal | 37 | 137 | 117 | 103 | 0 | 21 | 77 | 245 | 63 | 31 |
| Binary | 11111 | 1011111 | 1001111 | 1000011 | 0 | 10001 | 111111 | 10100101 | 110011 | 11001 |
Color Harmonies of #1F5F4F
Complementary color
Monochromatic Colors of #1F5F4F
Black with #1F5F4F
Text Example
Text Example
White with #1F5F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F4F; }
p { color: rgb(31,95,79); }
H1.HeaderClassName
{
color: #1F5F4F;
}
.AnyTagClassName
{
color: #1F5F4F;
}
</style>
background-color css
<style>
a { background-color: #1F5F4F; }
a { background-color: rgb(31,95,79); }
div.DivClassName
{
background-color: #1F5F4F;
}
.BgClassName
{
background-color: #1F5F4F;
}
</style>
border-color css
<style>
span { border-color: #1F5F4F; }
span { border-color: rgb(31,95,79); }
td.TdClassName
{
border-color: #1F5F4F;
}
.TagClassName
{
border-color: #1F5F4F;
}
</style>