Shades of Sea Green #308255
Tints of Sea Green #308255
RGB
CMYK
RGB Variations
Color information
#308255 (or 0x308255) is known color: Sea Green. HEX triplet: 30, 82 and 55. RGB value is (48,130,85). Sum of RGB (Red+Green+Blue) = 48+130+85=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #308255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308255 is #CF7DAA. Grayscale: #646464. Windows color (decimal): -13598123 or 5603888. OLE color: 5603888.
HSL color Cylindrical-coordinate representation of color #308255: hue angle of 147.07º 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 #308255 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 85 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.49 |
| HSL | 147.07º | 0.46% | 0.35% | - |
| HSV(B) | 147.07º | 0.63% | 0.51% | - |
| XYZ | 10.84 | 17.25 | 11.35 | - |
| YUV | 100.35 | 119.33 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 85 | 0.63 | 0 | 0.35 | 0.49 | 147.07 | 0.46 | 0.35 |
| Hex | 30 | 82 | 55 | 3F | 0 | 23 | 31 | 93 | 2E | 23 |
| Octal | 60 | 202 | 125 | 77 | 0 | 43 | 61 | 223 | 56 | 43 |
| Binary | 110000 | 10000010 | 1010101 | 111111 | 0 | 100011 | 110001 | 10010011 | 101110 | 100011 |
Color Harmonies of #308255
Complementary color
Monochromatic Colors of #308255
Black with #308255
Text Example
Text Example
White with #308255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308255; }
p { color: rgb(48,130,85); }
H1.HeaderClassName
{
color: #308255;
}
.AnyTagClassName
{
color: #308255;
}
</style>
background-color css
<style>
a { background-color: #308255; }
a { background-color: rgb(48,130,85); }
div.DivClassName
{
background-color: #308255;
}
.BgClassName
{
background-color: #308255;
}
</style>
border-color css
<style>
span { border-color: #308255; }
span { border-color: rgb(48,130,85); }
td.TdClassName
{
border-color: #308255;
}
.TagClassName
{
border-color: #308255;
}
</style>