Shades of Sea Green #1E954B
Tints of Sea Green #1E954B
RGB
CMYK
RGB Variations
Color information
#1E954B (or 0x1E954B) is known color: Sea Green. HEX triplet: 1E, 95 and 4B. RGB value is (30,149,75). Sum of RGB (Red+Green+Blue) = 30+149+75=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #1E954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E954B is #E16AB4. Grayscale: #696969. Windows color (decimal): -14772917 or 4953374. OLE color: 4953374.
HSL color Cylindrical-coordinate representation of color #1E954B: hue angle of 142.69º 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 #1E954B is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 75 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.42 |
| HSL | 142.69º | 0.66% | 0.35% | - |
| HSV(B) | 142.69º | 0.8% | 0.58% | - |
| XYZ | 12.55 | 22.28 | 10.3 | - |
| YUV | 104.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 75 | 0.80 | 0 | 0.50 | 0.42 | 142.69 | 0.66 | 0.35 |
| Hex | 1E | 95 | 4B | 50 | 0 | 32 | 2A | 8F | 42 | 23 |
| Octal | 36 | 225 | 113 | 120 | 0 | 62 | 52 | 217 | 102 | 43 |
| Binary | 11110 | 10010101 | 1001011 | 1010000 | 0 | 110010 | 101010 | 10001111 | 1000010 | 100011 |
Color Harmonies of #1E954B
Complementary color
Monochromatic Colors of #1E954B
Black with #1E954B
Text Example
Text Example
White with #1E954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E954B; }
p { color: rgb(30,149,75); }
H1.HeaderClassName
{
color: #1E954B;
}
.AnyTagClassName
{
color: #1E954B;
}
</style>
background-color css
<style>
a { background-color: #1E954B; }
a { background-color: rgb(30,149,75); }
div.DivClassName
{
background-color: #1E954B;
}
.BgClassName
{
background-color: #1E954B;
}
</style>
border-color css
<style>
span { border-color: #1E954B; }
span { border-color: rgb(30,149,75); }
td.TdClassName
{
border-color: #1E954B;
}
.TagClassName
{
border-color: #1E954B;
}
</style>