Shades of Sea Green #30915B
Tints of Sea Green #30915B
RGB
CMYK
RGB Variations
Color information
#30915B (or 0x30915B) is known color: Sea Green. HEX triplet: 30, 91 and 5B. RGB value is (48,145,91). Sum of RGB (Red+Green+Blue) = 48+145+91=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #30915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30915B is #CF6EA4. Grayscale: #6D6D6D. Windows color (decimal): -13594277 or 6000944. OLE color: 6000944.
HSL color Cylindrical-coordinate representation of color #30915B: hue angle of 146.6º 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 #30915B is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 91 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.43 |
| HSL | 146.6º | 0.5% | 0.38% | - |
| HSV(B) | 146.6º | 0.67% | 0.57% | - |
| XYZ | 13.23 | 21.63 | 13.38 | - |
| YUV | 109.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 91 | 0.67 | 0 | 0.37 | 0.43 | 146.6 | 0.5 | 0.38 |
| Hex | 30 | 91 | 5B | 43 | 0 | 25 | 2B | 93 | 32 | 26 |
| Octal | 60 | 221 | 133 | 103 | 0 | 45 | 53 | 223 | 62 | 46 |
| Binary | 110000 | 10010001 | 1011011 | 1000011 | 0 | 100101 | 101011 | 10010011 | 110010 | 100110 |
Color Harmonies of #30915B
Complementary color
Monochromatic Colors of #30915B
Black with #30915B
Text Example
Text Example
White with #30915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30915B; }
p { color: rgb(48,145,91); }
H1.HeaderClassName
{
color: #30915B;
}
.AnyTagClassName
{
color: #30915B;
}
</style>
background-color css
<style>
a { background-color: #30915B; }
a { background-color: rgb(48,145,91); }
div.DivClassName
{
background-color: #30915B;
}
.BgClassName
{
background-color: #30915B;
}
</style>
border-color css
<style>
span { border-color: #30915B; }
span { border-color: rgb(48,145,91); }
td.TdClassName
{
border-color: #30915B;
}
.TagClassName
{
border-color: #30915B;
}
</style>