Shades of Sea Green #298C50
Tints of Sea Green #298C50
RGB
CMYK
RGB Variations
Color information
#298C50 (or 0x298C50) is known color: Sea Green. HEX triplet: 29, 8C and 50. RGB value is (41,140,80). Sum of RGB (Red+Green+Blue) = 41+140+80=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #298C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298C50 is #D673AF. Grayscale: #676767. Windows color (decimal): -14054320 or 5278761. OLE color: 5278761.
HSL color Cylindrical-coordinate representation of color #298C50: hue angle of 143.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C50 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 140 | 80 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.45 |
| HSL | 143.64º | 0.55% | 0.35% | - |
| HSV(B) | 143.64º | 0.71% | 0.55% | - |
| XYZ | 11.74 | 19.81 | 10.79 | - |
| YUV | 103.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 80 | 0.71 | 0 | 0.43 | 0.45 | 143.64 | 0.55 | 0.35 |
| Hex | 29 | 8C | 50 | 47 | 0 | 2B | 2D | 90 | 37 | 23 |
| Octal | 51 | 214 | 120 | 107 | 0 | 53 | 55 | 220 | 67 | 43 |
| Binary | 101001 | 10001100 | 1010000 | 1000111 | 0 | 101011 | 101101 | 10010000 | 110111 | 100011 |
Color Harmonies of #298C50
Complementary color
Monochromatic Colors of #298C50
Black with #298C50
Text Example
Text Example
White with #298C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298C50; }
p { color: rgb(41,140,80); }
H1.HeaderClassName
{
color: #298C50;
}
.AnyTagClassName
{
color: #298C50;
}
</style>
background-color css
<style>
a { background-color: #298C50; }
a { background-color: rgb(41,140,80); }
div.DivClassName
{
background-color: #298C50;
}
.BgClassName
{
background-color: #298C50;
}
</style>
border-color css
<style>
span { border-color: #298C50; }
span { border-color: rgb(41,140,80); }
td.TdClassName
{
border-color: #298C50;
}
.TagClassName
{
border-color: #298C50;
}
</style>