Shades of Sea Green #298050
Tints of Sea Green #298050
RGB
CMYK
RGB Variations
Color information
#298050 (or 0x298050) is known color: Sea Green. HEX triplet: 29, 80 and 50. RGB value is (41,128,80). Sum of RGB (Red+Green+Blue) = 41+128+80=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #298050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298050 is #D67FAF. Grayscale: #606060. Windows color (decimal): -14057392 or 5275689. OLE color: 5275689.
HSL color Cylindrical-coordinate representation of color #298050: hue angle of 146.9º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298050 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 80 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.50 |
| HSL | 146.9º | 0.51% | 0.33% | - |
| HSV(B) | 146.9º | 0.68% | 0.5% | - |
| XYZ | 10.08 | 16.49 | 10.24 | - |
| YUV | 96.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 80 | 0.68 | 0 | 0.38 | 0.50 | 146.9 | 0.51 | 0.33 |
| Hex | 29 | 80 | 50 | 44 | 0 | 26 | 32 | 93 | 33 | 21 |
| Octal | 51 | 200 | 120 | 104 | 0 | 46 | 62 | 223 | 63 | 41 |
| Binary | 101001 | 10000000 | 1010000 | 1000100 | 0 | 100110 | 110010 | 10010011 | 110011 | 100001 |
Color Harmonies of #298050
Complementary color
Monochromatic Colors of #298050
Black with #298050
Text Example
Text Example
White with #298050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298050; }
p { color: rgb(41,128,80); }
H1.HeaderClassName
{
color: #298050;
}
.AnyTagClassName
{
color: #298050;
}
</style>
background-color css
<style>
a { background-color: #298050; }
a { background-color: rgb(41,128,80); }
div.DivClassName
{
background-color: #298050;
}
.BgClassName
{
background-color: #298050;
}
</style>
border-color css
<style>
span { border-color: #298050; }
span { border-color: rgb(41,128,80); }
td.TdClassName
{
border-color: #298050;
}
.TagClassName
{
border-color: #298050;
}
</style>