Shades of Sea Green #30884F
Tints of Sea Green #30884F
RGB
CMYK
RGB Variations
Color information
#30884F (or 0x30884F) is known color: Sea Green. HEX triplet: 30, 88 and 4F. RGB value is (48,136,79). Sum of RGB (Red+Green+Blue) = 48+136+79=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #30884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30884F is #CF77B0. Grayscale: #676767. Windows color (decimal): -13596593 or 5212208. OLE color: 5212208.
HSL color Cylindrical-coordinate representation of color #30884F: hue angle of 141.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30884F is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 79 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.47 |
| HSL | 141.14º | 0.48% | 0.36% | - |
| HSV(B) | 141.14º | 0.65% | 0.53% | - |
| XYZ | 11.43 | 18.8 | 10.42 | - |
| YUV | 103.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 79 | 0.65 | 0 | 0.42 | 0.47 | 141.14 | 0.48 | 0.36 |
| Hex | 30 | 88 | 4F | 41 | 0 | 2A | 2F | 8D | 30 | 24 |
| Octal | 60 | 210 | 117 | 101 | 0 | 52 | 57 | 215 | 60 | 44 |
| Binary | 110000 | 10001000 | 1001111 | 1000001 | 0 | 101010 | 101111 | 10001101 | 110000 | 100100 |
Color Harmonies of #30884F
Complementary color
Monochromatic Colors of #30884F
Black with #30884F
Text Example
Text Example
White with #30884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30884F; }
p { color: rgb(48,136,79); }
H1.HeaderClassName
{
color: #30884F;
}
.AnyTagClassName
{
color: #30884F;
}
</style>
background-color css
<style>
a { background-color: #30884F; }
a { background-color: rgb(48,136,79); }
div.DivClassName
{
background-color: #30884F;
}
.BgClassName
{
background-color: #30884F;
}
</style>
border-color css
<style>
span { border-color: #30884F; }
span { border-color: rgb(48,136,79); }
td.TdClassName
{
border-color: #30884F;
}
.TagClassName
{
border-color: #30884F;
}
</style>