Shades of Evening Sea #1F6248
Tints of Evening Sea #1F6248
RGB
CMYK
RGB Variations
Color information
#1F6248 (or 0x1F6248) is known color: Evening Sea. HEX triplet: 1F, 62 and 48. RGB value is (31,98,72). Sum of RGB (Red+Green+Blue) = 31+98+72=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6248 is #E09DB7. Grayscale: #4B4B4B. Windows color (decimal): -14720440 or 4743711. OLE color: 4743711.
HSL color Cylindrical-coordinate representation of color #1F6248: hue angle of 156.72º 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 #1F6248 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 98 | 72 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.62 |
| HSL | 156.72º | 0.52% | 0.25% | - |
| HSV(B) | 156.72º | 0.68% | 0.38% | - |
| XYZ | 6.1 | 9.49 | 7.64 | - |
| YUV | 75 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 72 | 0.68 | 0 | 0.27 | 0.62 | 156.72 | 0.52 | 0.25 |
| Hex | 1F | 62 | 48 | 44 | 0 | 1B | 3E | 9D | 34 | 19 |
| Octal | 37 | 142 | 110 | 104 | 0 | 33 | 76 | 235 | 64 | 31 |
| Binary | 11111 | 1100010 | 1001000 | 1000100 | 0 | 11011 | 111110 | 10011101 | 110100 | 11001 |
Color Harmonies of #1F6248
Complementary color
Monochromatic Colors of #1F6248
Black with #1F6248
Text Example
Text Example
White with #1F6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6248; }
p { color: rgb(31,98,72); }
H1.HeaderClassName
{
color: #1F6248;
}
.AnyTagClassName
{
color: #1F6248;
}
</style>
background-color css
<style>
a { background-color: #1F6248; }
a { background-color: rgb(31,98,72); }
div.DivClassName
{
background-color: #1F6248;
}
.BgClassName
{
background-color: #1F6248;
}
</style>
border-color css
<style>
span { border-color: #1F6248; }
span { border-color: rgb(31,98,72); }
td.TdClassName
{
border-color: #1F6248;
}
.TagClassName
{
border-color: #1F6248;
}
</style>