Shades of Sea Green #308362
Tints of Sea Green #308362
RGB
CMYK
RGB Variations
Color information
#308362 (or 0x308362) is known color: Sea Green. HEX triplet: 30, 83 and 62. RGB value is (48,131,98). Sum of RGB (Red+Green+Blue) = 48+131+98=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #308362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308362 is #CF7C9D. Grayscale: #666666. Windows color (decimal): -13597854 or 6456112. OLE color: 6456112.
HSL color Cylindrical-coordinate representation of color #308362: hue angle of 156.14º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308362 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 98 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.49 |
| HSL | 156.14º | 0.46% | 0.35% | - |
| HSV(B) | 156.14º | 0.63% | 0.51% | - |
| XYZ | 11.54 | 17.74 | 14.37 | - |
| YUV | 102.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 98 | 0.63 | 0 | 0.25 | 0.49 | 156.14 | 0.46 | 0.35 |
| Hex | 30 | 83 | 62 | 3F | 0 | 19 | 31 | 9C | 2E | 23 |
| Octal | 60 | 203 | 142 | 77 | 0 | 31 | 61 | 234 | 56 | 43 |
| Binary | 110000 | 10000011 | 1100010 | 111111 | 0 | 11001 | 110001 | 10011100 | 101110 | 100011 |
Color Harmonies of #308362
Complementary color
Monochromatic Colors of #308362
Black with #308362
Text Example
Text Example
White with #308362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308362; }
p { color: rgb(48,131,98); }
H1.HeaderClassName
{
color: #308362;
}
.AnyTagClassName
{
color: #308362;
}
</style>
background-color css
<style>
a { background-color: #308362; }
a { background-color: rgb(48,131,98); }
div.DivClassName
{
background-color: #308362;
}
.BgClassName
{
background-color: #308362;
}
</style>
border-color css
<style>
span { border-color: #308362; }
span { border-color: rgb(48,131,98); }
td.TdClassName
{
border-color: #308362;
}
.TagClassName
{
border-color: #308362;
}
</style>