Shades of Sea Green #309248
Tints of Sea Green #309248
RGB
CMYK
RGB Variations
Color information
#309248 (or 0x309248) is known color: Sea Green. HEX triplet: 30, 92 and 48. RGB value is (48,146,72). Sum of RGB (Red+Green+Blue) = 48+146+72=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #309248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309248 is #CF6DB7. Grayscale: #6C6C6C. Windows color (decimal): -13594040 or 4756016. OLE color: 4756016.
HSL color Cylindrical-coordinate representation of color #309248: hue angle of 134.69º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309248 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 72 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.43 |
| HSL | 134.69º | 0.51% | 0.38% | - |
| HSV(B) | 134.69º | 0.67% | 0.57% | - |
| XYZ | 12.67 | 21.65 | 9.64 | - |
| YUV | 108.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 72 | 0.67 | 0 | 0.51 | 0.43 | 134.69 | 0.51 | 0.38 |
| Hex | 30 | 92 | 48 | 43 | 0 | 33 | 2B | 87 | 33 | 26 |
| Octal | 60 | 222 | 110 | 103 | 0 | 63 | 53 | 207 | 63 | 46 |
| Binary | 110000 | 10010010 | 1001000 | 1000011 | 0 | 110011 | 101011 | 10000111 | 110011 | 100110 |
Color Harmonies of #309248
Complementary color
Monochromatic Colors of #309248
Black with #309248
Text Example
Text Example
White with #309248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309248; }
p { color: rgb(48,146,72); }
H1.HeaderClassName
{
color: #309248;
}
.AnyTagClassName
{
color: #309248;
}
</style>
background-color css
<style>
a { background-color: #309248; }
a { background-color: rgb(48,146,72); }
div.DivClassName
{
background-color: #309248;
}
.BgClassName
{
background-color: #309248;
}
</style>
border-color css
<style>
span { border-color: #309248; }
span { border-color: rgb(48,146,72); }
td.TdClassName
{
border-color: #309248;
}
.TagClassName
{
border-color: #309248;
}
</style>