Shades of Sea Green #1FA249
Tints of Sea Green #1FA249
RGB
CMYK
RGB Variations
Color information
#1FA249 (or 0x1FA249) is known color: Sea Green. HEX triplet: 1F, A2 and 49. RGB value is (31,162,73). Sum of RGB (Red+Green+Blue) = 31+162+73=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA249 is #E05DB6. Grayscale: #707070. Windows color (decimal): -14704055 or 4825631. OLE color: 4825631.
HSL color Cylindrical-coordinate representation of color #1FA249: hue angle of 139.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA249 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 73 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.36 |
| HSL | 139.24º | 0.68% | 0.38% | - |
| HSV(B) | 139.24º | 0.81% | 0.64% | - |
| XYZ | 14.69 | 26.61 | 10.67 | - |
| YUV | 112.69 | 105.6 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 73 | 0.81 | 0 | 0.55 | 0.36 | 139.24 | 0.68 | 0.38 |
| Hex | 1F | A2 | 49 | 51 | 0 | 37 | 24 | 8B | 44 | 26 |
| Octal | 37 | 242 | 111 | 121 | 0 | 67 | 44 | 213 | 104 | 46 |
| Binary | 11111 | 10100010 | 1001001 | 1010001 | 0 | 110111 | 100100 | 10001011 | 1000100 | 100110 |
Color Harmonies of #1FA249
Complementary color
Monochromatic Colors of #1FA249
Black with #1FA249
Text Example
Text Example
White with #1FA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA249; }
p { color: rgb(31,162,73); }
H1.HeaderClassName
{
color: #1FA249;
}
.AnyTagClassName
{
color: #1FA249;
}
</style>
background-color css
<style>
a { background-color: #1FA249; }
a { background-color: rgb(31,162,73); }
div.DivClassName
{
background-color: #1FA249;
}
.BgClassName
{
background-color: #1FA249;
}
</style>
border-color css
<style>
span { border-color: #1FA249; }
span { border-color: rgb(31,162,73); }
td.TdClassName
{
border-color: #1FA249;
}
.TagClassName
{
border-color: #1FA249;
}
</style>