Shades of Sea Green #1E945A
Tints of Sea Green #1E945A
RGB
CMYK
RGB Variations
Color information
#1E945A (or 0x1E945A) is known color: Sea Green. HEX triplet: 1E, 94 and 5A. RGB value is (30,148,90). Sum of RGB (Red+Green+Blue) = 30+148+90=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #1E945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E945A is #E16BA5. Grayscale: #6A6A6A. Windows color (decimal): -14773158 or 5936158. OLE color: 5936158.
HSL color Cylindrical-coordinate representation of color #1E945A: hue angle of 150.51º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E945A is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 90 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.42 |
| HSL | 150.51º | 0.66% | 0.35% | - |
| HSV(B) | 150.51º | 0.8% | 0.58% | - |
| XYZ | 12.97 | 22.19 | 13.27 | - |
| YUV | 106.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 90 | 0.80 | 0 | 0.39 | 0.42 | 150.51 | 0.66 | 0.35 |
| Hex | 1E | 94 | 5A | 50 | 0 | 27 | 2A | 97 | 42 | 23 |
| Octal | 36 | 224 | 132 | 120 | 0 | 47 | 52 | 227 | 102 | 43 |
| Binary | 11110 | 10010100 | 1011010 | 1010000 | 0 | 100111 | 101010 | 10010111 | 1000010 | 100011 |
Color Harmonies of #1E945A
Complementary color
Monochromatic Colors of #1E945A
Black with #1E945A
Text Example
Text Example
White with #1E945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E945A; }
p { color: rgb(30,148,90); }
H1.HeaderClassName
{
color: #1E945A;
}
.AnyTagClassName
{
color: #1E945A;
}
</style>
background-color css
<style>
a { background-color: #1E945A; }
a { background-color: rgb(30,148,90); }
div.DivClassName
{
background-color: #1E945A;
}
.BgClassName
{
background-color: #1E945A;
}
</style>
border-color css
<style>
span { border-color: #1E945A; }
span { border-color: rgb(30,148,90); }
td.TdClassName
{
border-color: #1E945A;
}
.TagClassName
{
border-color: #1E945A;
}
</style>