Shades of Sea Green #308A4E
Tints of Sea Green #308A4E
RGB
CMYK
RGB Variations
Color information
#308A4E (or 0x308A4E) is known color: Sea Green. HEX triplet: 30, 8A and 4E. RGB value is (48,138,78). Sum of RGB (Red+Green+Blue) = 48+138+78=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #308A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A4E is #CF75B1. Grayscale: #686868. Windows color (decimal): -13596082 or 5147184. OLE color: 5147184.
HSL color Cylindrical-coordinate representation of color #308A4E: hue angle of 140º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A4E is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 78 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.46 |
| HSL | 140º | 0.48% | 0.36% | - |
| HSV(B) | 140º | 0.65% | 0.54% | - |
| XYZ | 11.68 | 19.36 | 10.33 | - |
| YUV | 104.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 78 | 0.65 | 0 | 0.43 | 0.46 | 140 | 0.48 | 0.36 |
| Hex | 30 | 8A | 4E | 41 | 0 | 2B | 2E | 8C | 30 | 24 |
| Octal | 60 | 212 | 116 | 101 | 0 | 53 | 56 | 214 | 60 | 44 |
| Binary | 110000 | 10001010 | 1001110 | 1000001 | 0 | 101011 | 101110 | 10001100 | 110000 | 100100 |
Color Harmonies of #308A4E
Complementary color
Monochromatic Colors of #308A4E
Black with #308A4E
Text Example
Text Example
White with #308A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A4E; }
p { color: rgb(48,138,78); }
H1.HeaderClassName
{
color: #308A4E;
}
.AnyTagClassName
{
color: #308A4E;
}
</style>
background-color css
<style>
a { background-color: #308A4E; }
a { background-color: rgb(48,138,78); }
div.DivClassName
{
background-color: #308A4E;
}
.BgClassName
{
background-color: #308A4E;
}
</style>
border-color css
<style>
span { border-color: #308A4E; }
span { border-color: rgb(48,138,78); }
td.TdClassName
{
border-color: #308A4E;
}
.TagClassName
{
border-color: #308A4E;
}
</style>