Shades of Deep Sea #1F775F
Tints of Deep Sea #1F775F
RGB
CMYK
RGB Variations
Color information
#1F775F (or 0x1F775F) is known color: Deep Sea. HEX triplet: 1F, 77 and 5F. RGB value is (31,119,95). Sum of RGB (Red+Green+Blue) = 31+119+95=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #1F775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F775F is #E088A0. Grayscale: #595959. Windows color (decimal): -14715041 or 6256415. OLE color: 6256415.
HSL color Cylindrical-coordinate representation of color #1F775F: hue angle of 163.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F775F is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 95 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.53 |
| HSL | 163.64º | 0.59% | 0.29% | - |
| HSV(B) | 163.64º | 0.74% | 0.47% | - |
| XYZ | 9.23 | 14.31 | 13.1 | - |
| YUV | 89.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 95 | 0.74 | 0 | 0.20 | 0.53 | 163.64 | 0.59 | 0.29 |
| Hex | 1F | 77 | 5F | 4A | 0 | 14 | 35 | A4 | 3B | 1D |
| Octal | 37 | 167 | 137 | 112 | 0 | 24 | 65 | 244 | 73 | 35 |
| Binary | 11111 | 1110111 | 1011111 | 1001010 | 0 | 10100 | 110101 | 10100100 | 111011 | 11101 |
Color Harmonies of #1F775F
Complementary color
Monochromatic Colors of #1F775F
Black with #1F775F
Text Example
Text Example
White with #1F775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F775F; }
p { color: rgb(31,119,95); }
H1.HeaderClassName
{
color: #1F775F;
}
.AnyTagClassName
{
color: #1F775F;
}
</style>
background-color css
<style>
a { background-color: #1F775F; }
a { background-color: rgb(31,119,95); }
div.DivClassName
{
background-color: #1F775F;
}
.BgClassName
{
background-color: #1F775F;
}
</style>
border-color css
<style>
span { border-color: #1F775F; }
span { border-color: rgb(31,119,95); }
td.TdClassName
{
border-color: #1F775F;
}
.TagClassName
{
border-color: #1F775F;
}
</style>