Shades of Sea Green #1F9146
Tints of Sea Green #1F9146
RGB
CMYK
RGB Variations
Color information
#1F9146 (or 0x1F9146) is known color: Sea Green. HEX triplet: 1F, 91 and 46. RGB value is (31,145,70). Sum of RGB (Red+Green+Blue) = 31+145+70=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #1F9146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9146 is #E06EB9. Grayscale: #666666. Windows color (decimal): -14708410 or 4624671. OLE color: 4624671.
HSL color Cylindrical-coordinate representation of color #1F9146: hue angle of 140.53º 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 #1F9146 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 145 | 70 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.43 |
| HSL | 140.53º | 0.65% | 0.35% | - |
| HSV(B) | 140.53º | 0.79% | 0.57% | - |
| XYZ | 11.8 | 20.98 | 9.22 | - |
| YUV | 102.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 145 | 70 | 0.79 | 0 | 0.52 | 0.43 | 140.53 | 0.65 | 0.35 |
| Hex | 1F | 91 | 46 | 4F | 0 | 34 | 2B | 8D | 41 | 23 |
| Octal | 37 | 221 | 106 | 117 | 0 | 64 | 53 | 215 | 101 | 43 |
| Binary | 11111 | 10010001 | 1000110 | 1001111 | 0 | 110100 | 101011 | 10001101 | 1000001 | 100011 |
Color Harmonies of #1F9146
Complementary color
Monochromatic Colors of #1F9146
Black with #1F9146
Text Example
Text Example
White with #1F9146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9146; }
p { color: rgb(31,145,70); }
H1.HeaderClassName
{
color: #1F9146;
}
.AnyTagClassName
{
color: #1F9146;
}
</style>
background-color css
<style>
a { background-color: #1F9146; }
a { background-color: rgb(31,145,70); }
div.DivClassName
{
background-color: #1F9146;
}
.BgClassName
{
background-color: #1F9146;
}
</style>
border-color css
<style>
span { border-color: #1F9146; }
span { border-color: rgb(31,145,70); }
td.TdClassName
{
border-color: #1F9146;
}
.TagClassName
{
border-color: #1F9146;
}
</style>