Shades of Sea Green #308B5A
Tints of Sea Green #308B5A
RGB
CMYK
RGB Variations
Color information
#308B5A (or 0x308B5A) is known color: Sea Green. HEX triplet: 30, 8B and 5A. RGB value is (48,139,90). Sum of RGB (Red+Green+Blue) = 48+139+90=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #308B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B5A is #CF74A5. Grayscale: #6A6A6A. Windows color (decimal): -13595814 or 5933872. OLE color: 5933872.
HSL color Cylindrical-coordinate representation of color #308B5A: hue angle of 147.69º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B5A is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 139 | 90 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.45 |
| HSL | 147.69º | 0.49% | 0.37% | - |
| HSV(B) | 147.69º | 0.65% | 0.55% | - |
| XYZ | 12.3 | 19.83 | 12.85 | - |
| YUV | 106.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 90 | 0.65 | 0 | 0.35 | 0.45 | 147.69 | 0.49 | 0.37 |
| Hex | 30 | 8B | 5A | 41 | 0 | 23 | 2D | 94 | 31 | 25 |
| Octal | 60 | 213 | 132 | 101 | 0 | 43 | 55 | 224 | 61 | 45 |
| Binary | 110000 | 10001011 | 1011010 | 1000001 | 0 | 100011 | 101101 | 10010100 | 110001 | 100101 |
Color Harmonies of #308B5A
Complementary color
Monochromatic Colors of #308B5A
Black with #308B5A
Text Example
Text Example
White with #308B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B5A; }
p { color: rgb(48,139,90); }
H1.HeaderClassName
{
color: #308B5A;
}
.AnyTagClassName
{
color: #308B5A;
}
</style>
background-color css
<style>
a { background-color: #308B5A; }
a { background-color: rgb(48,139,90); }
div.DivClassName
{
background-color: #308B5A;
}
.BgClassName
{
background-color: #308B5A;
}
</style>
border-color css
<style>
span { border-color: #308B5A; }
span { border-color: rgb(48,139,90); }
td.TdClassName
{
border-color: #308B5A;
}
.TagClassName
{
border-color: #308B5A;
}
</style>