Shades of Evening Sea #1F5C4E
Tints of Evening Sea #1F5C4E
RGB
CMYK
RGB Variations
Color information
#1F5C4E (or 0x1F5C4E) is known color: Evening Sea. HEX triplet: 1F, 5C and 4E. RGB value is (31,92,78). Sum of RGB (Red+Green+Blue) = 31+92+78=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C4E is #E0A3B1. Grayscale: #484848. Windows color (decimal): -14721970 or 5135391. OLE color: 5135391.
HSL color Cylindrical-coordinate representation of color #1F5C4E: hue angle of 166.23º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C4E is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 92 | 78 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.64 |
| HSL | 166.23º | 0.5% | 0.24% | - |
| HSV(B) | 166.23º | 0.66% | 0.36% | - |
| XYZ | 5.77 | 8.5 | 8.54 | - |
| YUV | 72.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 92 | 78 | 0.66 | 0 | 0.15 | 0.64 | 166.23 | 0.5 | 0.24 |
| Hex | 1F | 5C | 4E | 42 | 0 | F | 40 | A6 | 32 | 18 |
| Octal | 37 | 134 | 116 | 102 | 0 | 17 | 100 | 246 | 62 | 30 |
| Binary | 11111 | 1011100 | 1001110 | 1000010 | 0 | 1111 | 1000000 | 10100110 | 110010 | 11000 |
Color Harmonies of #1F5C4E
Complementary color
Monochromatic Colors of #1F5C4E
Black with #1F5C4E
Text Example
Text Example
White with #1F5C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5C4E; }
p { color: rgb(31,92,78); }
H1.HeaderClassName
{
color: #1F5C4E;
}
.AnyTagClassName
{
color: #1F5C4E;
}
</style>
background-color css
<style>
a { background-color: #1F5C4E; }
a { background-color: rgb(31,92,78); }
div.DivClassName
{
background-color: #1F5C4E;
}
.BgClassName
{
background-color: #1F5C4E;
}
</style>
border-color css
<style>
span { border-color: #1F5C4E; }
span { border-color: rgb(31,92,78); }
td.TdClassName
{
border-color: #1F5C4E;
}
.TagClassName
{
border-color: #1F5C4E;
}
</style>