Shades of Sea Green #329251
Tints of Sea Green #329251
RGB
CMYK
RGB Variations
Color information
#329251 (or 0x329251) is known color: Sea Green. HEX triplet: 32, 92 and 51. RGB value is (50,146,81). Sum of RGB (Red+Green+Blue) = 50+146+81=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #329251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329251 is #CD6DAE. Grayscale: #6E6E6E. Windows color (decimal): -13462959 or 5345842. OLE color: 5345842.
HSL color Cylindrical-coordinate representation of color #329251: hue angle of 139.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329251 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 81 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.43 |
| HSL | 139.38º | 0.49% | 0.38% | - |
| HSV(B) | 139.38º | 0.66% | 0.57% | - |
| XYZ | 13.08 | 21.83 | 11.31 | - |
| YUV | 109.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 81 | 0.66 | 0 | 0.45 | 0.43 | 139.38 | 0.49 | 0.38 |
| Hex | 32 | 92 | 51 | 42 | 0 | 2D | 2B | 8B | 31 | 26 |
| Octal | 62 | 222 | 121 | 102 | 0 | 55 | 53 | 213 | 61 | 46 |
| Binary | 110010 | 10010010 | 1010001 | 1000010 | 0 | 101101 | 101011 | 10001011 | 110001 | 100110 |
Color Harmonies of #329251
Complementary color
Monochromatic Colors of #329251
Black with #329251
Text Example
Text Example
White with #329251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329251; }
p { color: rgb(50,146,81); }
H1.HeaderClassName
{
color: #329251;
}
.AnyTagClassName
{
color: #329251;
}
</style>
background-color css
<style>
a { background-color: #329251; }
a { background-color: rgb(50,146,81); }
div.DivClassName
{
background-color: #329251;
}
.BgClassName
{
background-color: #329251;
}
</style>
border-color css
<style>
span { border-color: #329251; }
span { border-color: rgb(50,146,81); }
td.TdClassName
{
border-color: #329251;
}
.TagClassName
{
border-color: #329251;
}
</style>