Shades of Sea Green #309952
Tints of Sea Green #309952
RGB
CMYK
RGB Variations
Color information
#309952 (or 0x309952) is known color: Sea Green. HEX triplet: 30, 99 and 52. RGB value is (48,153,82). Sum of RGB (Red+Green+Blue) = 48+153+82=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #309952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309952 is #CF66AD. Grayscale: #717171. Windows color (decimal): -13592238 or 5413168. OLE color: 5413168.
HSL color Cylindrical-coordinate representation of color #309952: hue angle of 139.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309952 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 82 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.4 |
| HSL | 139.43º | 0.52% | 0.39% | - |
| HSV(B) | 139.43º | 0.69% | 0.6% | - |
| XYZ | 14.13 | 24.02 | 11.87 | - |
| YUV | 113.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 82 | 0.69 | 0 | 0.46 | 0.4 | 139.43 | 0.52 | 0.39 |
| Hex | 30 | 99 | 52 | 45 | 0 | 2E | 28 | 8B | 34 | 27 |
| Octal | 60 | 231 | 122 | 105 | 0 | 56 | 50 | 213 | 64 | 47 |
| Binary | 110000 | 10011001 | 1010010 | 1000101 | 0 | 101110 | 101000 | 10001011 | 110100 | 100111 |
Color Harmonies of #309952
Complementary color
Monochromatic Colors of #309952
Black with #309952
Text Example
Text Example
White with #309952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309952; }
p { color: rgb(48,153,82); }
H1.HeaderClassName
{
color: #309952;
}
.AnyTagClassName
{
color: #309952;
}
</style>
background-color css
<style>
a { background-color: #309952; }
a { background-color: rgb(48,153,82); }
div.DivClassName
{
background-color: #309952;
}
.BgClassName
{
background-color: #309952;
}
</style>
border-color css
<style>
span { border-color: #309952; }
span { border-color: rgb(48,153,82); }
td.TdClassName
{
border-color: #309952;
}
.TagClassName
{
border-color: #309952;
}
</style>