Shades of Sea Green #309448
Tints of Sea Green #309448
RGB
CMYK
RGB Variations
Color information
#309448 (or 0x309448) is known color: Sea Green. HEX triplet: 30, 94 and 48. RGB value is (48,148,72). Sum of RGB (Red+Green+Blue) = 48+148+72=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #309448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309448 is #CF6BB7. Grayscale: #6D6D6D. Windows color (decimal): -13593528 or 4756528. OLE color: 4756528.
HSL color Cylindrical-coordinate representation of color #309448: hue angle of 134.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309448 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 72 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.42 |
| HSL | 134.4º | 0.51% | 0.38% | - |
| HSV(B) | 134.4º | 0.68% | 0.58% | - |
| XYZ | 12.98 | 22.28 | 9.75 | - |
| YUV | 109.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 72 | 0.68 | 0 | 0.51 | 0.42 | 134.4 | 0.51 | 0.38 |
| Hex | 30 | 94 | 48 | 44 | 0 | 33 | 2A | 86 | 33 | 26 |
| Octal | 60 | 224 | 110 | 104 | 0 | 63 | 52 | 206 | 63 | 46 |
| Binary | 110000 | 10010100 | 1001000 | 1000100 | 0 | 110011 | 101010 | 10000110 | 110011 | 100110 |
Color Harmonies of #309448
Complementary color
Monochromatic Colors of #309448
Black with #309448
Text Example
Text Example
White with #309448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309448; }
p { color: rgb(48,148,72); }
H1.HeaderClassName
{
color: #309448;
}
.AnyTagClassName
{
color: #309448;
}
</style>
background-color css
<style>
a { background-color: #309448; }
a { background-color: rgb(48,148,72); }
div.DivClassName
{
background-color: #309448;
}
.BgClassName
{
background-color: #309448;
}
</style>
border-color css
<style>
span { border-color: #309448; }
span { border-color: rgb(48,148,72); }
td.TdClassName
{
border-color: #309448;
}
.TagClassName
{
border-color: #309448;
}
</style>