Shades of Sea Green #1E934A
Tints of Sea Green #1E934A
RGB
CMYK
RGB Variations
Color information
#1E934A (or 0x1E934A) is known color: Sea Green. HEX triplet: 1E, 93 and 4A. RGB value is (30,147,74). Sum of RGB (Red+Green+Blue) = 30+147+74=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #1E934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E934A is #E16CB5. Grayscale: #676767. Windows color (decimal): -14773430 or 4887326. OLE color: 4887326.
HSL color Cylindrical-coordinate representation of color #1E934A: hue angle of 142.56º 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 #1E934A is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 74 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.42 |
| HSL | 142.56º | 0.66% | 0.35% | - |
| HSV(B) | 142.56º | 0.8% | 0.58% | - |
| XYZ | 12.21 | 21.64 | 10.01 | - |
| YUV | 103.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 74 | 0.80 | 0 | 0.50 | 0.42 | 142.56 | 0.66 | 0.35 |
| Hex | 1E | 93 | 4A | 50 | 0 | 32 | 2A | 8F | 42 | 23 |
| Octal | 36 | 223 | 112 | 120 | 0 | 62 | 52 | 217 | 102 | 43 |
| Binary | 11110 | 10010011 | 1001010 | 1010000 | 0 | 110010 | 101010 | 10001111 | 1000010 | 100011 |
Color Harmonies of #1E934A
Complementary color
Monochromatic Colors of #1E934A
Black with #1E934A
Text Example
Text Example
White with #1E934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E934A; }
p { color: rgb(30,147,74); }
H1.HeaderClassName
{
color: #1E934A;
}
.AnyTagClassName
{
color: #1E934A;
}
</style>
background-color css
<style>
a { background-color: #1E934A; }
a { background-color: rgb(30,147,74); }
div.DivClassName
{
background-color: #1E934A;
}
.BgClassName
{
background-color: #1E934A;
}
</style>
border-color css
<style>
span { border-color: #1E934A; }
span { border-color: rgb(30,147,74); }
td.TdClassName
{
border-color: #1E934A;
}
.TagClassName
{
border-color: #1E934A;
}
</style>