Shades of Sea Green #1F925E
Tints of Sea Green #1F925E
RGB
CMYK
RGB Variations
Color information
#1F925E (or 0x1F925E) is known color: Sea Green. HEX triplet: 1F, 92 and 5E. RGB value is (31,146,94). Sum of RGB (Red+Green+Blue) = 31+146+94=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #1F925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F925E is #E06DA1. Grayscale: #696969. Windows color (decimal): -14708130 or 6197791. OLE color: 6197791.
HSL color Cylindrical-coordinate representation of color #1F925E: hue angle of 152.87º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F925E is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 94 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.43 |
| HSL | 152.87º | 0.65% | 0.35% | - |
| HSV(B) | 152.87º | 0.79% | 0.57% | - |
| XYZ | 12.86 | 21.66 | 14.09 | - |
| YUV | 105.69 | 121.4 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 94 | 0.79 | 0 | 0.36 | 0.43 | 152.87 | 0.65 | 0.35 |
| Hex | 1F | 92 | 5E | 4F | 0 | 24 | 2B | 99 | 41 | 23 |
| Octal | 37 | 222 | 136 | 117 | 0 | 44 | 53 | 231 | 101 | 43 |
| Binary | 11111 | 10010010 | 1011110 | 1001111 | 0 | 100100 | 101011 | 10011001 | 1000001 | 100011 |
Color Harmonies of #1F925E
Complementary color
Monochromatic Colors of #1F925E
Black with #1F925E
Text Example
Text Example
White with #1F925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F925E; }
p { color: rgb(31,146,94); }
H1.HeaderClassName
{
color: #1F925E;
}
.AnyTagClassName
{
color: #1F925E;
}
</style>
background-color css
<style>
a { background-color: #1F925E; }
a { background-color: rgb(31,146,94); }
div.DivClassName
{
background-color: #1F925E;
}
.BgClassName
{
background-color: #1F925E;
}
</style>
border-color css
<style>
span { border-color: #1F925E; }
span { border-color: rgb(31,146,94); }
td.TdClassName
{
border-color: #1F925E;
}
.TagClassName
{
border-color: #1F925E;
}
</style>