Shades of Sea Green #1E934D
Tints of Sea Green #1E934D
RGB
CMYK
RGB Variations
Color information
#1E934D (or 0x1E934D) is known color: Sea Green. HEX triplet: 1E, 93 and 4D. RGB value is (30,147,77). Sum of RGB (Red+Green+Blue) = 30+147+77=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #1E934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E934D is #E16CB2. Grayscale: #686868. Windows color (decimal): -14773427 or 5083934. OLE color: 5083934.
HSL color Cylindrical-coordinate representation of color #1E934D: hue angle of 144.1º 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 #1E934D is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 77 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.42 |
| HSL | 144.1º | 0.66% | 0.35% | - |
| HSV(B) | 144.1º | 0.8% | 0.58% | - |
| XYZ | 12.31 | 21.68 | 10.56 | - |
| YUV | 104.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 77 | 0.80 | 0 | 0.48 | 0.42 | 144.1 | 0.66 | 0.35 |
| Hex | 1E | 93 | 4D | 50 | 0 | 30 | 2A | 90 | 42 | 23 |
| Octal | 36 | 223 | 115 | 120 | 0 | 60 | 52 | 220 | 102 | 43 |
| Binary | 11110 | 10010011 | 1001101 | 1010000 | 0 | 110000 | 101010 | 10010000 | 1000010 | 100011 |
Color Harmonies of #1E934D
Complementary color
Monochromatic Colors of #1E934D
Black with #1E934D
Text Example
Text Example
White with #1E934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E934D; }
p { color: rgb(30,147,77); }
H1.HeaderClassName
{
color: #1E934D;
}
.AnyTagClassName
{
color: #1E934D;
}
</style>
background-color css
<style>
a { background-color: #1E934D; }
a { background-color: rgb(30,147,77); }
div.DivClassName
{
background-color: #1E934D;
}
.BgClassName
{
background-color: #1E934D;
}
</style>
border-color css
<style>
span { border-color: #1E934D; }
span { border-color: rgb(30,147,77); }
td.TdClassName
{
border-color: #1E934D;
}
.TagClassName
{
border-color: #1E934D;
}
</style>