Shades of Sea Green #30904C
Tints of Sea Green #30904C
RGB
CMYK
RGB Variations
Color information
#30904C (or 0x30904C) is known color: Sea Green. HEX triplet: 30, 90 and 4C. RGB value is (48,144,76). Sum of RGB (Red+Green+Blue) = 48+144+76=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #30904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30904C is #CF6FB3. Grayscale: #6B6B6B. Windows color (decimal): -13594548 or 5017648. OLE color: 5017648.
HSL color Cylindrical-coordinate representation of color #30904C: hue angle of 137.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 #30904C is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 76 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.44 |
| HSL | 137.5º | 0.5% | 0.38% | - |
| HSV(B) | 137.5º | 0.67% | 0.56% | - |
| XYZ | 12.5 | 21.1 | 10.25 | - |
| YUV | 107.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 76 | 0.67 | 0 | 0.47 | 0.44 | 137.5 | 0.5 | 0.38 |
| Hex | 30 | 90 | 4C | 43 | 0 | 2F | 2C | 8A | 32 | 26 |
| Octal | 60 | 220 | 114 | 103 | 0 | 57 | 54 | 212 | 62 | 46 |
| Binary | 110000 | 10010000 | 1001100 | 1000011 | 0 | 101111 | 101100 | 10001010 | 110010 | 100110 |
Color Harmonies of #30904C
Complementary color
Monochromatic Colors of #30904C
Black with #30904C
Text Example
Text Example
White with #30904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30904C; }
p { color: rgb(48,144,76); }
H1.HeaderClassName
{
color: #30904C;
}
.AnyTagClassName
{
color: #30904C;
}
</style>
background-color css
<style>
a { background-color: #30904C; }
a { background-color: rgb(48,144,76); }
div.DivClassName
{
background-color: #30904C;
}
.BgClassName
{
background-color: #30904C;
}
</style>
border-color css
<style>
span { border-color: #30904C; }
span { border-color: rgb(48,144,76); }
td.TdClassName
{
border-color: #30904C;
}
.TagClassName
{
border-color: #30904C;
}
</style>