Shades of Sea Green #308D4A
Tints of Sea Green #308D4A
RGB
CMYK
RGB Variations
Color information
#308D4A (or 0x308D4A) is known color: Sea Green. HEX triplet: 30, 8D and 4A. RGB value is (48,141,74). Sum of RGB (Red+Green+Blue) = 48+141+74=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #308D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D4A is #CF72B5. Grayscale: #696969. Windows color (decimal): -13595318 or 4885808. OLE color: 4885808.
HSL color Cylindrical-coordinate representation of color #308D4A: hue angle of 136.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D4A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 74 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.45 |
| HSL | 136.77º | 0.49% | 0.37% | - |
| HSV(B) | 136.77º | 0.66% | 0.55% | - |
| XYZ | 11.98 | 20.17 | 9.74 | - |
| YUV | 105.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 74 | 0.66 | 0 | 0.48 | 0.45 | 136.77 | 0.49 | 0.37 |
| Hex | 30 | 8D | 4A | 42 | 0 | 30 | 2D | 89 | 31 | 25 |
| Octal | 60 | 215 | 112 | 102 | 0 | 60 | 55 | 211 | 61 | 45 |
| Binary | 110000 | 10001101 | 1001010 | 1000010 | 0 | 110000 | 101101 | 10001001 | 110001 | 100101 |
Color Harmonies of #308D4A
Complementary color
Monochromatic Colors of #308D4A
Black with #308D4A
Text Example
Text Example
White with #308D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D4A; }
p { color: rgb(48,141,74); }
H1.HeaderClassName
{
color: #308D4A;
}
.AnyTagClassName
{
color: #308D4A;
}
</style>
background-color css
<style>
a { background-color: #308D4A; }
a { background-color: rgb(48,141,74); }
div.DivClassName
{
background-color: #308D4A;
}
.BgClassName
{
background-color: #308D4A;
}
</style>
border-color css
<style>
span { border-color: #308D4A; }
span { border-color: rgb(48,141,74); }
td.TdClassName
{
border-color: #308D4A;
}
.TagClassName
{
border-color: #308D4A;
}
</style>