Shades of Evening Sea #1F5F46
Tints of Evening Sea #1F5F46
RGB
CMYK
RGB Variations
Color information
#1F5F46 (or 0x1F5F46) is known color: Evening Sea. HEX triplet: 1F, 5F and 46. RGB value is (31,95,70). Sum of RGB (Red+Green+Blue) = 31+95+70=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F46 is #E0A0B9. Grayscale: #494949. Windows color (decimal): -14721210 or 4611871. OLE color: 4611871.
HSL color Cylindrical-coordinate representation of color #1F5F46: hue angle of 156.56º 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 #1F5F46 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 95 | 70 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.63 |
| HSL | 156.56º | 0.51% | 0.25% | - |
| HSV(B) | 156.56º | 0.67% | 0.37% | - |
| XYZ | 5.76 | 8.92 | 7.21 | - |
| YUV | 73.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 70 | 0.67 | 0 | 0.26 | 0.63 | 156.56 | 0.51 | 0.25 |
| Hex | 1F | 5F | 46 | 43 | 0 | 1A | 3F | 9D | 33 | 19 |
| Octal | 37 | 137 | 106 | 103 | 0 | 32 | 77 | 235 | 63 | 31 |
| Binary | 11111 | 1011111 | 1000110 | 1000011 | 0 | 11010 | 111111 | 10011101 | 110011 | 11001 |
Color Harmonies of #1F5F46
Complementary color
Monochromatic Colors of #1F5F46
Black with #1F5F46
Text Example
Text Example
White with #1F5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F46; }
p { color: rgb(31,95,70); }
H1.HeaderClassName
{
color: #1F5F46;
}
.AnyTagClassName
{
color: #1F5F46;
}
</style>
background-color css
<style>
a { background-color: #1F5F46; }
a { background-color: rgb(31,95,70); }
div.DivClassName
{
background-color: #1F5F46;
}
.BgClassName
{
background-color: #1F5F46;
}
</style>
border-color css
<style>
span { border-color: #1F5F46; }
span { border-color: rgb(31,95,70); }
td.TdClassName
{
border-color: #1F5F46;
}
.TagClassName
{
border-color: #1F5F46;
}
</style>