Shades of Sea Green #298260
Tints of Sea Green #298260
RGB
CMYK
RGB Variations
Color information
#298260 (or 0x298260) is known color: Sea Green. HEX triplet: 29, 82 and 60. RGB value is (41,130,96). Sum of RGB (Red+Green+Blue) = 41+130+96=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #298260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298260 is #D67D9F. Grayscale: #636363. Windows color (decimal): -14056864 or 6324777. OLE color: 6324777.
HSL color Cylindrical-coordinate representation of color #298260: hue angle of 157.08º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298260 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 130 | 96 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.49 |
| HSL | 157.08º | 0.52% | 0.34% | - |
| HSV(B) | 157.08º | 0.68% | 0.51% | - |
| XYZ | 11.01 | 17.28 | 13.82 | - |
| YUV | 99.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 96 | 0.68 | 0 | 0.26 | 0.49 | 157.08 | 0.52 | 0.34 |
| Hex | 29 | 82 | 60 | 44 | 0 | 1A | 31 | 9D | 34 | 22 |
| Octal | 51 | 202 | 140 | 104 | 0 | 32 | 61 | 235 | 64 | 42 |
| Binary | 101001 | 10000010 | 1100000 | 1000100 | 0 | 11010 | 110001 | 10011101 | 110100 | 100010 |
Color Harmonies of #298260
Complementary color
Monochromatic Colors of #298260
Black with #298260
Text Example
Text Example
White with #298260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298260; }
p { color: rgb(41,130,96); }
H1.HeaderClassName
{
color: #298260;
}
.AnyTagClassName
{
color: #298260;
}
</style>
background-color css
<style>
a { background-color: #298260; }
a { background-color: rgb(41,130,96); }
div.DivClassName
{
background-color: #298260;
}
.BgClassName
{
background-color: #298260;
}
</style>
border-color css
<style>
span { border-color: #298260; }
span { border-color: rgb(41,130,96); }
td.TdClassName
{
border-color: #298260;
}
.TagClassName
{
border-color: #298260;
}
</style>