Shades of Sea Green #30905C
Tints of Sea Green #30905C
RGB
CMYK
RGB Variations
Color information
#30905C (or 0x30905C) is known color: Sea Green. HEX triplet: 30, 90 and 5C. RGB value is (48,144,92). Sum of RGB (Red+Green+Blue) = 48+144+92=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #30905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30905C is #CF6FA3. Grayscale: #6D6D6D. Windows color (decimal): -13594532 or 6066224. OLE color: 6066224.
HSL color Cylindrical-coordinate representation of color #30905C: hue angle of 147.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30905C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 92 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.44 |
| HSL | 147.5º | 0.5% | 0.38% | - |
| HSV(B) | 147.5º | 0.67% | 0.56% | - |
| XYZ | 13.12 | 21.35 | 13.55 | - |
| YUV | 109.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 92 | 0.67 | 0 | 0.36 | 0.44 | 147.5 | 0.5 | 0.38 |
| Hex | 30 | 90 | 5C | 43 | 0 | 24 | 2C | 94 | 32 | 26 |
| Octal | 60 | 220 | 134 | 103 | 0 | 44 | 54 | 224 | 62 | 46 |
| Binary | 110000 | 10010000 | 1011100 | 1000011 | 0 | 100100 | 101100 | 10010100 | 110010 | 100110 |
Color Harmonies of #30905C
Complementary color
Monochromatic Colors of #30905C
Black with #30905C
Text Example
Text Example
White with #30905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30905C; }
p { color: rgb(48,144,92); }
H1.HeaderClassName
{
color: #30905C;
}
.AnyTagClassName
{
color: #30905C;
}
</style>
background-color css
<style>
a { background-color: #30905C; }
a { background-color: rgb(48,144,92); }
div.DivClassName
{
background-color: #30905C;
}
.BgClassName
{
background-color: #30905C;
}
</style>
border-color css
<style>
span { border-color: #30905C; }
span { border-color: rgb(48,144,92); }
td.TdClassName
{
border-color: #30905C;
}
.TagClassName
{
border-color: #30905C;
}
</style>