Shades of Sea Green #1E955B
Tints of Sea Green #1E955B
RGB
CMYK
RGB Variations
Color information
#1E955B (or 0x1E955B) is known color: Sea Green. HEX triplet: 1E, 95 and 5B. RGB value is (30,149,91). Sum of RGB (Red+Green+Blue) = 30+149+91=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #1E955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E955B is #E16AA4. Grayscale: #6A6A6A. Windows color (decimal): -14772901 or 6001950. OLE color: 6001950.
HSL color Cylindrical-coordinate representation of color #1E955B: hue angle of 150.76º 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 #1E955B is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 91 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.42 |
| HSL | 150.76º | 0.66% | 0.35% | - |
| HSV(B) | 150.76º | 0.8% | 0.58% | - |
| XYZ | 13.17 | 22.53 | 13.55 | - |
| YUV | 106.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 91 | 0.80 | 0 | 0.39 | 0.42 | 150.76 | 0.66 | 0.35 |
| Hex | 1E | 95 | 5B | 50 | 0 | 27 | 2A | 97 | 42 | 23 |
| Octal | 36 | 225 | 133 | 120 | 0 | 47 | 52 | 227 | 102 | 43 |
| Binary | 11110 | 10010101 | 1011011 | 1010000 | 0 | 100111 | 101010 | 10010111 | 1000010 | 100011 |
Color Harmonies of #1E955B
Complementary color
Monochromatic Colors of #1E955B
Black with #1E955B
Text Example
Text Example
White with #1E955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E955B; }
p { color: rgb(30,149,91); }
H1.HeaderClassName
{
color: #1E955B;
}
.AnyTagClassName
{
color: #1E955B;
}
</style>
background-color css
<style>
a { background-color: #1E955B; }
a { background-color: rgb(30,149,91); }
div.DivClassName
{
background-color: #1E955B;
}
.BgClassName
{
background-color: #1E955B;
}
</style>
border-color css
<style>
span { border-color: #1E955B; }
span { border-color: rgb(30,149,91); }
td.TdClassName
{
border-color: #1E955B;
}
.TagClassName
{
border-color: #1E955B;
}
</style>