Shades of Evening Sea #1F614B
Tints of Evening Sea #1F614B
RGB
CMYK
RGB Variations
Color information
#1F614B (or 0x1F614B) is known color: Evening Sea. HEX triplet: 1F, 61 and 4B. RGB value is (31,97,75). Sum of RGB (Red+Green+Blue) = 31+97+75=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #1F614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F614B is #E09EB4. Grayscale: #4A4A4A. Windows color (decimal): -14720693 or 4940063. OLE color: 4940063.
HSL color Cylindrical-coordinate representation of color #1F614B: hue angle of 160º 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 #1F614B is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 75 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.62 |
| HSL | 160º | 0.52% | 0.25% | - |
| HSV(B) | 160º | 0.68% | 0.38% | - |
| XYZ | 6.11 | 9.35 | 8.14 | - |
| YUV | 74.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 75 | 0.68 | 0 | 0.23 | 0.62 | 160 | 0.52 | 0.25 |
| Hex | 1F | 61 | 4B | 44 | 0 | 17 | 3E | A0 | 34 | 19 |
| Octal | 37 | 141 | 113 | 104 | 0 | 27 | 76 | 240 | 64 | 31 |
| Binary | 11111 | 1100001 | 1001011 | 1000100 | 0 | 10111 | 111110 | 10100000 | 110100 | 11001 |
Color Harmonies of #1F614B
Complementary color
Monochromatic Colors of #1F614B
Black with #1F614B
Text Example
Text Example
White with #1F614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F614B; }
p { color: rgb(31,97,75); }
H1.HeaderClassName
{
color: #1F614B;
}
.AnyTagClassName
{
color: #1F614B;
}
</style>
background-color css
<style>
a { background-color: #1F614B; }
a { background-color: rgb(31,97,75); }
div.DivClassName
{
background-color: #1F614B;
}
.BgClassName
{
background-color: #1F614B;
}
</style>
border-color css
<style>
span { border-color: #1F614B; }
span { border-color: rgb(31,97,75); }
td.TdClassName
{
border-color: #1F614B;
}
.TagClassName
{
border-color: #1F614B;
}
</style>