Shades of Sea Green #1FA240
Tints of Sea Green #1FA240
RGB
CMYK
RGB Variations
Color information
#1FA240 (or 0x1FA240) is known color: Sea Green. HEX triplet: 1F, A2 and 40. RGB value is (31,162,64). Sum of RGB (Red+Green+Blue) = 31+162+64=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA240 is #E05DBF. Grayscale: #6F6F6F. Windows color (decimal): -14704064 or 4235807. OLE color: 4235807.
HSL color Cylindrical-coordinate representation of color #1FA240: hue angle of 135.11º 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 #1FA240 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 162 | 64 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.36 |
| HSL | 135.11º | 0.68% | 0.38% | - |
| HSV(B) | 135.11º | 0.81% | 0.64% | - |
| XYZ | 14.41 | 26.5 | 9.21 | - |
| YUV | 111.66 | 101.1 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 162 | 64 | 0.81 | 0 | 0.60 | 0.36 | 135.11 | 0.68 | 0.38 |
| Hex | 1F | A2 | 40 | 51 | 0 | 3C | 24 | 87 | 44 | 26 |
| Octal | 37 | 242 | 100 | 121 | 0 | 74 | 44 | 207 | 104 | 46 |
| Binary | 11111 | 10100010 | 1000000 | 1010001 | 0 | 111100 | 100100 | 10000111 | 1000100 | 100110 |
Color Harmonies of #1FA240
Complementary color
Monochromatic Colors of #1FA240
Black with #1FA240
Text Example
Text Example
White with #1FA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA240; }
p { color: rgb(31,162,64); }
H1.HeaderClassName
{
color: #1FA240;
}
.AnyTagClassName
{
color: #1FA240;
}
</style>
background-color css
<style>
a { background-color: #1FA240; }
a { background-color: rgb(31,162,64); }
div.DivClassName
{
background-color: #1FA240;
}
.BgClassName
{
background-color: #1FA240;
}
</style>
border-color css
<style>
span { border-color: #1FA240; }
span { border-color: rgb(31,162,64); }
td.TdClassName
{
border-color: #1FA240;
}
.TagClassName
{
border-color: #1FA240;
}
</style>