Shades of Sea Green #1F935F
Tints of Sea Green #1F935F
RGB
CMYK
RGB Variations
Color information
#1F935F (or 0x1F935F) is known color: Sea Green. HEX triplet: 1F, 93 and 5F. RGB value is (31,147,95). Sum of RGB (Red+Green+Blue) = 31+147+95=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #1F935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F935F is #E06CA0. Grayscale: #6A6A6A. Windows color (decimal): -14707873 or 6263583. OLE color: 6263583.
HSL color Cylindrical-coordinate representation of color #1F935F: hue angle of 153.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F935F is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 95 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.42 |
| HSL | 153.1º | 0.65% | 0.35% | - |
| HSV(B) | 153.1º | 0.79% | 0.58% | - |
| XYZ | 13.06 | 21.98 | 14.38 | - |
| YUV | 106.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 95 | 0.79 | 0 | 0.35 | 0.42 | 153.1 | 0.65 | 0.35 |
| Hex | 1F | 93 | 5F | 4F | 0 | 23 | 2A | 99 | 41 | 23 |
| Octal | 37 | 223 | 137 | 117 | 0 | 43 | 52 | 231 | 101 | 43 |
| Binary | 11111 | 10010011 | 1011111 | 1001111 | 0 | 100011 | 101010 | 10011001 | 1000001 | 100011 |
Color Harmonies of #1F935F
Complementary color
Monochromatic Colors of #1F935F
Black with #1F935F
Text Example
Text Example
White with #1F935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F935F; }
p { color: rgb(31,147,95); }
H1.HeaderClassName
{
color: #1F935F;
}
.AnyTagClassName
{
color: #1F935F;
}
</style>
background-color css
<style>
a { background-color: #1F935F; }
a { background-color: rgb(31,147,95); }
div.DivClassName
{
background-color: #1F935F;
}
.BgClassName
{
background-color: #1F935F;
}
</style>
border-color css
<style>
span { border-color: #1F935F; }
span { border-color: rgb(31,147,95); }
td.TdClassName
{
border-color: #1F935F;
}
.TagClassName
{
border-color: #1F935F;
}
</style>