Shades of Sea Green #30914F
Tints of Sea Green #30914F
RGB
CMYK
RGB Variations
Color information
#30914F (or 0x30914F) is known color: Sea Green. HEX triplet: 30, 91 and 4F. RGB value is (48,145,79). Sum of RGB (Red+Green+Blue) = 48+145+79=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #30914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30914F is #CF6EB0. Grayscale: #6C6C6C. Windows color (decimal): -13594289 or 5214512. OLE color: 5214512.
HSL color Cylindrical-coordinate representation of color #30914F: hue angle of 139.18º 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 #30914F is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 79 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.43 |
| HSL | 139.18º | 0.5% | 0.38% | - |
| HSV(B) | 139.18º | 0.67% | 0.57% | - |
| XYZ | 12.76 | 21.44 | 10.86 | - |
| YUV | 108.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 79 | 0.67 | 0 | 0.46 | 0.43 | 139.18 | 0.5 | 0.38 |
| Hex | 30 | 91 | 4F | 43 | 0 | 2E | 2B | 8B | 32 | 26 |
| Octal | 60 | 221 | 117 | 103 | 0 | 56 | 53 | 213 | 62 | 46 |
| Binary | 110000 | 10010001 | 1001111 | 1000011 | 0 | 101110 | 101011 | 10001011 | 110010 | 100110 |
Color Harmonies of #30914F
Complementary color
Monochromatic Colors of #30914F
Black with #30914F
Text Example
Text Example
White with #30914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30914F; }
p { color: rgb(48,145,79); }
H1.HeaderClassName
{
color: #30914F;
}
.AnyTagClassName
{
color: #30914F;
}
</style>
background-color css
<style>
a { background-color: #30914F; }
a { background-color: rgb(48,145,79); }
div.DivClassName
{
background-color: #30914F;
}
.BgClassName
{
background-color: #30914F;
}
</style>
border-color css
<style>
span { border-color: #30914F; }
span { border-color: rgb(48,145,79); }
td.TdClassName
{
border-color: #30914F;
}
.TagClassName
{
border-color: #30914F;
}
</style>