Shades of Sea Green #30915A
Tints of Sea Green #30915A
RGB
CMYK
RGB Variations
Color information
#30915A (or 0x30915A) is known color: Sea Green. HEX triplet: 30, 91 and 5A. RGB value is (48,145,90). Sum of RGB (Red+Green+Blue) = 48+145+90=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #30915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30915A is #CF6EA5. Grayscale: #6D6D6D. Windows color (decimal): -13594278 or 5935408. OLE color: 5935408.
HSL color Cylindrical-coordinate representation of color #30915A: hue angle of 145.98º 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 #30915A is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 90 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.43 |
| HSL | 145.98º | 0.5% | 0.38% | - |
| HSV(B) | 145.98º | 0.67% | 0.57% | - |
| XYZ | 13.19 | 21.62 | 13.15 | - |
| YUV | 109.73 | 116.86 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 90 | 0.67 | 0 | 0.38 | 0.43 | 145.98 | 0.5 | 0.38 |
| Hex | 30 | 91 | 5A | 43 | 0 | 26 | 2B | 92 | 32 | 26 |
| Octal | 60 | 221 | 132 | 103 | 0 | 46 | 53 | 222 | 62 | 46 |
| Binary | 110000 | 10010001 | 1011010 | 1000011 | 0 | 100110 | 101011 | 10010010 | 110010 | 100110 |
Color Harmonies of #30915A
Complementary color
Monochromatic Colors of #30915A
Black with #30915A
Text Example
Text Example
White with #30915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30915A; }
p { color: rgb(48,145,90); }
H1.HeaderClassName
{
color: #30915A;
}
.AnyTagClassName
{
color: #30915A;
}
</style>
background-color css
<style>
a { background-color: #30915A; }
a { background-color: rgb(48,145,90); }
div.DivClassName
{
background-color: #30915A;
}
.BgClassName
{
background-color: #30915A;
}
</style>
border-color css
<style>
span { border-color: #30915A; }
span { border-color: rgb(48,145,90); }
td.TdClassName
{
border-color: #30915A;
}
.TagClassName
{
border-color: #30915A;
}
</style>