Shades of Sea Green #1EA145
Tints of Sea Green #1EA145
RGB
CMYK
RGB Variations
Color information
#1EA145 (or 0x1EA145) is known color: Sea Green. HEX triplet: 1E, A1 and 45. RGB value is (30,161,69). Sum of RGB (Red+Green+Blue) = 30+161+69=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 161 (63.28% from 255 or 61.92% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA145 is #E15EBA. Grayscale: #6F6F6F. Windows color (decimal): -14769851 or 4563230. OLE color: 4563230.
HSL color Cylindrical-coordinate representation of color #1EA145: hue angle of 137.86º degrees, saturation: 0.69, 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 #1EA145 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 69 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.37 |
| HSL | 137.86º | 0.69% | 0.37% | - |
| HSV(B) | 137.86º | 0.81% | 0.63% | - |
| XYZ | 14.35 | 26.2 | 9.93 | - |
| YUV | 111.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 69 | 0.81 | 0 | 0.57 | 0.37 | 137.86 | 0.69 | 0.37 |
| Hex | 1E | A1 | 45 | 51 | 0 | 39 | 25 | 8A | 45 | 25 |
| Octal | 36 | 241 | 105 | 121 | 0 | 71 | 45 | 212 | 105 | 45 |
| Binary | 11110 | 10100001 | 1000101 | 1010001 | 0 | 111001 | 100101 | 10001010 | 1000101 | 100101 |
Color Harmonies of #1EA145
Complementary color
Monochromatic Colors of #1EA145
Black with #1EA145
Text Example
Text Example
White with #1EA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA145; }
p { color: rgb(30,161,69); }
H1.HeaderClassName
{
color: #1EA145;
}
.AnyTagClassName
{
color: #1EA145;
}
</style>
background-color css
<style>
a { background-color: #1EA145; }
a { background-color: rgb(30,161,69); }
div.DivClassName
{
background-color: #1EA145;
}
.BgClassName
{
background-color: #1EA145;
}
</style>
border-color css
<style>
span { border-color: #1EA145; }
span { border-color: rgb(30,161,69); }
td.TdClassName
{
border-color: #1EA145;
}
.TagClassName
{
border-color: #1EA145;
}
</style>