Shades of Sea Green #30914D
Tints of Sea Green #30914D
RGB
CMYK
RGB Variations
Color information
#30914D (or 0x30914D) is known color: Sea Green. HEX triplet: 30, 91 and 4D. RGB value is (48,145,77). Sum of RGB (Red+Green+Blue) = 48+145+77=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #30914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30914D is #CF6EB2. Grayscale: #6C6C6C. Windows color (decimal): -13594291 or 5083440. OLE color: 5083440.
HSL color Cylindrical-coordinate representation of color #30914D: hue angle of 137.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30914D is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 77 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.43 |
| HSL | 137.94º | 0.5% | 0.38% | - |
| HSV(B) | 137.94º | 0.67% | 0.57% | - |
| XYZ | 12.68 | 21.42 | 10.49 | - |
| YUV | 108.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 77 | 0.67 | 0 | 0.47 | 0.43 | 137.94 | 0.5 | 0.38 |
| Hex | 30 | 91 | 4D | 43 | 0 | 2F | 2B | 8A | 32 | 26 |
| Octal | 60 | 221 | 115 | 103 | 0 | 57 | 53 | 212 | 62 | 46 |
| Binary | 110000 | 10010001 | 1001101 | 1000011 | 0 | 101111 | 101011 | 10001010 | 110010 | 100110 |
Color Harmonies of #30914D
Complementary color
Monochromatic Colors of #30914D
Black with #30914D
Text Example
Text Example
White with #30914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30914D; }
p { color: rgb(48,145,77); }
H1.HeaderClassName
{
color: #30914D;
}
.AnyTagClassName
{
color: #30914D;
}
</style>
background-color css
<style>
a { background-color: #30914D; }
a { background-color: rgb(48,145,77); }
div.DivClassName
{
background-color: #30914D;
}
.BgClassName
{
background-color: #30914D;
}
</style>
border-color css
<style>
span { border-color: #30914D; }
span { border-color: rgb(48,145,77); }
td.TdClassName
{
border-color: #30914D;
}
.TagClassName
{
border-color: #30914D;
}
</style>