Shades of Deep Sea #1F835F
Tints of Deep Sea #1F835F
RGB
CMYK
RGB Variations
Color information
#1F835F (or 0x1F835F) is known color: Deep Sea. HEX triplet: 1F, 83 and 5F. RGB value is (31,131,95). Sum of RGB (Red+Green+Blue) = 31+131+95=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #1F835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F835F is #E07CA0. Grayscale: #616161. Windows color (decimal): -14711969 or 6259487. OLE color: 6259487.
HSL color Cylindrical-coordinate representation of color #1F835F: hue angle of 158.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F835F is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 95 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.49 |
| HSL | 158.4º | 0.62% | 0.32% | - |
| HSV(B) | 158.4º | 0.76% | 0.51% | - |
| XYZ | 10.75 | 17.35 | 13.61 | - |
| YUV | 97 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 95 | 0.76 | 0 | 0.27 | 0.49 | 158.4 | 0.62 | 0.32 |
| Hex | 1F | 83 | 5F | 4C | 0 | 1B | 31 | 9E | 3E | 20 |
| Octal | 37 | 203 | 137 | 114 | 0 | 33 | 61 | 236 | 76 | 40 |
| Binary | 11111 | 10000011 | 1011111 | 1001100 | 0 | 11011 | 110001 | 10011110 | 111110 | 100000 |
Color Harmonies of #1F835F
Complementary color
Monochromatic Colors of #1F835F
Black with #1F835F
Text Example
Text Example
White with #1F835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F835F; }
p { color: rgb(31,131,95); }
H1.HeaderClassName
{
color: #1F835F;
}
.AnyTagClassName
{
color: #1F835F;
}
</style>
background-color css
<style>
a { background-color: #1F835F; }
a { background-color: rgb(31,131,95); }
div.DivClassName
{
background-color: #1F835F;
}
.BgClassName
{
background-color: #1F835F;
}
</style>
border-color css
<style>
span { border-color: #1F835F; }
span { border-color: rgb(31,131,95); }
td.TdClassName
{
border-color: #1F835F;
}
.TagClassName
{
border-color: #1F835F;
}
</style>