Shades of Sea Green #1FA145
Tints of Sea Green #1FA145
RGB
CMYK
RGB Variations
Color information
#1FA145 (or 0x1FA145) is known color: Sea Green. HEX triplet: 1F, A1 and 45. RGB value is (31,161,69). Sum of RGB (Red+Green+Blue) = 31+161+69=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 161 (63.28% from 255 or 61.69% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA145 is #E05EBA. Grayscale: #6F6F6F. Windows color (decimal): -14704315 or 4563231. OLE color: 4563231.
HSL color Cylindrical-coordinate representation of color #1FA145: hue angle of 137.54º 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 #1FA145 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 69 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.37 |
| HSL | 137.54º | 0.68% | 0.38% | - |
| HSV(B) | 137.54º | 0.81% | 0.63% | - |
| XYZ | 14.38 | 26.21 | 9.93 | - |
| YUV | 111.64 | 103.93 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 69 | 0.81 | 0 | 0.57 | 0.37 | 137.54 | 0.68 | 0.38 |
| Hex | 1F | A1 | 45 | 51 | 0 | 39 | 25 | 8A | 44 | 26 |
| Octal | 37 | 241 | 105 | 121 | 0 | 71 | 45 | 212 | 104 | 46 |
| Binary | 11111 | 10100001 | 1000101 | 1010001 | 0 | 111001 | 100101 | 10001010 | 1000100 | 100110 |
Color Harmonies of #1FA145
Complementary color
Monochromatic Colors of #1FA145
Black with #1FA145
Text Example
Text Example
White with #1FA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA145; }
p { color: rgb(31,161,69); }
H1.HeaderClassName
{
color: #1FA145;
}
.AnyTagClassName
{
color: #1FA145;
}
</style>
background-color css
<style>
a { background-color: #1FA145; }
a { background-color: rgb(31,161,69); }
div.DivClassName
{
background-color: #1FA145;
}
.BgClassName
{
background-color: #1FA145;
}
</style>
border-color css
<style>
span { border-color: #1FA145; }
span { border-color: rgb(31,161,69); }
td.TdClassName
{
border-color: #1FA145;
}
.TagClassName
{
border-color: #1FA145;
}
</style>