Shades of Sea Green #318260
Tints of Sea Green #318260
RGB
CMYK
RGB Variations
Color information
#318260 (or 0x318260) is known color: Sea Green. HEX triplet: 31, 82 and 60. RGB value is (49,130,96). Sum of RGB (Red+Green+Blue) = 49+130+96=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #318260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318260 is #CE7D9F. Grayscale: #656565. Windows color (decimal): -13532576 or 6324785. OLE color: 6324785.
HSL color Cylindrical-coordinate representation of color #318260: hue angle of 154.81º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318260 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 96 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.49 |
| HSL | 154.81º | 0.45% | 0.35% | - |
| HSV(B) | 154.81º | 0.62% | 0.51% | - |
| XYZ | 11.36 | 17.46 | 13.84 | - |
| YUV | 101.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 96 | 0.62 | 0 | 0.26 | 0.49 | 154.81 | 0.45 | 0.35 |
| Hex | 31 | 82 | 60 | 3E | 0 | 1A | 31 | 9B | 2D | 23 |
| Octal | 61 | 202 | 140 | 76 | 0 | 32 | 61 | 233 | 55 | 43 |
| Binary | 110001 | 10000010 | 1100000 | 111110 | 0 | 11010 | 110001 | 10011011 | 101101 | 100011 |
Color Harmonies of #318260
Complementary color
Monochromatic Colors of #318260
Black with #318260
Text Example
Text Example
White with #318260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318260; }
p { color: rgb(49,130,96); }
H1.HeaderClassName
{
color: #318260;
}
.AnyTagClassName
{
color: #318260;
}
</style>
background-color css
<style>
a { background-color: #318260; }
a { background-color: rgb(49,130,96); }
div.DivClassName
{
background-color: #318260;
}
.BgClassName
{
background-color: #318260;
}
</style>
border-color css
<style>
span { border-color: #318260; }
span { border-color: rgb(49,130,96); }
td.TdClassName
{
border-color: #318260;
}
.TagClassName
{
border-color: #318260;
}
</style>