Shades of Sea Green #1FA042
Tints of Sea Green #1FA042
RGB
CMYK
RGB Variations
Color information
#1FA042 (or 0x1FA042) is known color: Sea Green. HEX triplet: 1F, A0 and 42. RGB value is (31,160,66). Sum of RGB (Red+Green+Blue) = 31+160+66=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA042 is #E05FBD. Grayscale: #6E6E6E. Windows color (decimal): -14704574 or 4366367. OLE color: 4366367.
HSL color Cylindrical-coordinate representation of color #1FA042: hue angle of 136.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA042 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 66 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.37 |
| HSL | 136.28º | 0.68% | 0.37% | - |
| HSV(B) | 136.28º | 0.81% | 0.63% | - |
| XYZ | 14.12 | 25.83 | 9.4 | - |
| YUV | 110.71 | 102.76 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 66 | 0.81 | 0 | 0.59 | 0.37 | 136.28 | 0.68 | 0.37 |
| Hex | 1F | A0 | 42 | 51 | 0 | 3B | 25 | 88 | 44 | 25 |
| Octal | 37 | 240 | 102 | 121 | 0 | 73 | 45 | 210 | 104 | 45 |
| Binary | 11111 | 10100000 | 1000010 | 1010001 | 0 | 111011 | 100101 | 10001000 | 1000100 | 100101 |
Color Harmonies of #1FA042
Complementary color
Monochromatic Colors of #1FA042
Black with #1FA042
Text Example
Text Example
White with #1FA042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA042; }
p { color: rgb(31,160,66); }
H1.HeaderClassName
{
color: #1FA042;
}
.AnyTagClassName
{
color: #1FA042;
}
</style>
background-color css
<style>
a { background-color: #1FA042; }
a { background-color: rgb(31,160,66); }
div.DivClassName
{
background-color: #1FA042;
}
.BgClassName
{
background-color: #1FA042;
}
</style>
border-color css
<style>
span { border-color: #1FA042; }
span { border-color: rgb(31,160,66); }
td.TdClassName
{
border-color: #1FA042;
}
.TagClassName
{
border-color: #1FA042;
}
</style>