Shades of Sea Green #1FA140
Tints of Sea Green #1FA140
RGB
CMYK
RGB Variations
Color information
#1FA140 (or 0x1FA140) is known color: Sea Green. HEX triplet: 1F, A1 and 40. RGB value is (31,161,64). Sum of RGB (Red+Green+Blue) = 31+161+64=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA140 is #E05EBF. Grayscale: #6F6F6F. Windows color (decimal): -14704320 or 4235551. OLE color: 4235551.
HSL color Cylindrical-coordinate representation of color #1FA140: hue angle of 135.23º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA140 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 64 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.37 |
| HSL | 135.23º | 0.68% | 0.38% | - |
| HSV(B) | 135.23º | 0.81% | 0.63% | - |
| XYZ | 14.24 | 26.15 | 9.15 | - |
| YUV | 111.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 64 | 0.81 | 0 | 0.60 | 0.37 | 135.23 | 0.68 | 0.38 |
| Hex | 1F | A1 | 40 | 51 | 0 | 3C | 25 | 87 | 44 | 26 |
| Octal | 37 | 241 | 100 | 121 | 0 | 74 | 45 | 207 | 104 | 46 |
| Binary | 11111 | 10100001 | 1000000 | 1010001 | 0 | 111100 | 100101 | 10000111 | 1000100 | 100110 |
Color Harmonies of #1FA140
Complementary color
Monochromatic Colors of #1FA140
Black with #1FA140
Text Example
Text Example
White with #1FA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA140; }
p { color: rgb(31,161,64); }
H1.HeaderClassName
{
color: #1FA140;
}
.AnyTagClassName
{
color: #1FA140;
}
</style>
background-color css
<style>
a { background-color: #1FA140; }
a { background-color: rgb(31,161,64); }
div.DivClassName
{
background-color: #1FA140;
}
.BgClassName
{
background-color: #1FA140;
}
</style>
border-color css
<style>
span { border-color: #1FA140; }
span { border-color: rgb(31,161,64); }
td.TdClassName
{
border-color: #1FA140;
}
.TagClassName
{
border-color: #1FA140;
}
</style>