Shades of Sea Green #308A5D
Tints of Sea Green #308A5D
RGB
CMYK
RGB Variations
Color information
#308A5D (or 0x308A5D) is known color: Sea Green. HEX triplet: 30, 8A and 5D. RGB value is (48,138,93). Sum of RGB (Red+Green+Blue) = 48+138+93=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #308A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A5D is #CF75A2. Grayscale: #6A6A6A. Windows color (decimal): -13596067 or 6130224. OLE color: 6130224.
HSL color Cylindrical-coordinate representation of color #308A5D: hue angle of 150º 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 #308A5D is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 138 | 93 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.46 |
| HSL | 150º | 0.48% | 0.36% | - |
| HSV(B) | 150º | 0.65% | 0.54% | - |
| XYZ | 12.28 | 19.6 | 13.49 | - |
| YUV | 105.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 93 | 0.65 | 0 | 0.33 | 0.46 | 150 | 0.48 | 0.36 |
| Hex | 30 | 8A | 5D | 41 | 0 | 21 | 2E | 96 | 30 | 24 |
| Octal | 60 | 212 | 135 | 101 | 0 | 41 | 56 | 226 | 60 | 44 |
| Binary | 110000 | 10001010 | 1011101 | 1000001 | 0 | 100001 | 101110 | 10010110 | 110000 | 100100 |
Color Harmonies of #308A5D
Complementary color
Monochromatic Colors of #308A5D
Black with #308A5D
Text Example
Text Example
White with #308A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308A5D; }
p { color: rgb(48,138,93); }
H1.HeaderClassName
{
color: #308A5D;
}
.AnyTagClassName
{
color: #308A5D;
}
</style>
background-color css
<style>
a { background-color: #308A5D; }
a { background-color: rgb(48,138,93); }
div.DivClassName
{
background-color: #308A5D;
}
.BgClassName
{
background-color: #308A5D;
}
</style>
border-color css
<style>
span { border-color: #308A5D; }
span { border-color: rgb(48,138,93); }
td.TdClassName
{
border-color: #308A5D;
}
.TagClassName
{
border-color: #308A5D;
}
</style>