Shades of Sea Green #298D55
Tints of Sea Green #298D55
RGB
CMYK
RGB Variations
Color information
#298D55 (or 0x298D55) is known color: Sea Green. HEX triplet: 29, 8D and 55. RGB value is (41,141,85). Sum of RGB (Red+Green+Blue) = 41+141+85=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #298D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298D55 is #D672AA. Grayscale: #686868. Windows color (decimal): -14054059 or 5606697. OLE color: 5606697.
HSL color Cylindrical-coordinate representation of color #298D55: hue angle of 146.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298D55 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 85 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.45 |
| HSL | 146.4º | 0.55% | 0.36% | - |
| HSV(B) | 146.4º | 0.71% | 0.55% | - |
| XYZ | 12.08 | 20.18 | 11.85 | - |
| YUV | 104.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 85 | 0.71 | 0 | 0.40 | 0.45 | 146.4 | 0.55 | 0.36 |
| Hex | 29 | 8D | 55 | 47 | 0 | 28 | 2D | 92 | 37 | 24 |
| Octal | 51 | 215 | 125 | 107 | 0 | 50 | 55 | 222 | 67 | 44 |
| Binary | 101001 | 10001101 | 1010101 | 1000111 | 0 | 101000 | 101101 | 10010010 | 110111 | 100100 |
Color Harmonies of #298D55
Complementary color
Monochromatic Colors of #298D55
Black with #298D55
Text Example
Text Example
White with #298D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D55; }
p { color: rgb(41,141,85); }
H1.HeaderClassName
{
color: #298D55;
}
.AnyTagClassName
{
color: #298D55;
}
</style>
background-color css
<style>
a { background-color: #298D55; }
a { background-color: rgb(41,141,85); }
div.DivClassName
{
background-color: #298D55;
}
.BgClassName
{
background-color: #298D55;
}
</style>
border-color css
<style>
span { border-color: #298D55; }
span { border-color: rgb(41,141,85); }
td.TdClassName
{
border-color: #298D55;
}
.TagClassName
{
border-color: #298D55;
}
</style>