Shades of Evening Sea #1F614F
Tints of Evening Sea #1F614F
RGB
CMYK
RGB Variations
Color information
#1F614F (or 0x1F614F) is known color: Evening Sea. HEX triplet: 1F, 61 and 4F. RGB value is (31,97,79). Sum of RGB (Red+Green+Blue) = 31+97+79=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #1F614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F614F is #E09EB0. Grayscale: #4B4B4B. Windows color (decimal): -14720689 or 5202207. OLE color: 5202207.
HSL color Cylindrical-coordinate representation of color #1F614F: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F614F is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 79 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.62 |
| HSL | 163.64º | 0.52% | 0.25% | - |
| HSV(B) | 163.64º | 0.68% | 0.38% | - |
| XYZ | 6.25 | 9.41 | 8.88 | - |
| YUV | 75.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 79 | 0.68 | 0 | 0.19 | 0.62 | 163.64 | 0.52 | 0.25 |
| Hex | 1F | 61 | 4F | 44 | 0 | 13 | 3E | A4 | 34 | 19 |
| Octal | 37 | 141 | 117 | 104 | 0 | 23 | 76 | 244 | 64 | 31 |
| Binary | 11111 | 1100001 | 1001111 | 1000100 | 0 | 10011 | 111110 | 10100100 | 110100 | 11001 |
Color Harmonies of #1F614F
Complementary color
Monochromatic Colors of #1F614F
Black with #1F614F
Text Example
Text Example
White with #1F614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F614F; }
p { color: rgb(31,97,79); }
H1.HeaderClassName
{
color: #1F614F;
}
.AnyTagClassName
{
color: #1F614F;
}
</style>
background-color css
<style>
a { background-color: #1F614F; }
a { background-color: rgb(31,97,79); }
div.DivClassName
{
background-color: #1F614F;
}
.BgClassName
{
background-color: #1F614F;
}
</style>
border-color css
<style>
span { border-color: #1F614F; }
span { border-color: rgb(31,97,79); }
td.TdClassName
{
border-color: #1F614F;
}
.TagClassName
{
border-color: #1F614F;
}
</style>