Shades of Sea Green #298545
Tints of Sea Green #298545
RGB
CMYK
RGB Variations
Color information
#298545 (or 0x298545) is known color: Sea Green. HEX triplet: 29, 85 and 45. RGB value is (41,133,69). Sum of RGB (Red+Green+Blue) = 41+133+69=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #298545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298545 is #D67ABA. Grayscale: #626262. Windows color (decimal): -14056123 or 4556073. OLE color: 4556073.
HSL color Cylindrical-coordinate representation of color #298545: hue angle of 138.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298545 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 133 | 69 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.48 |
| HSL | 138.26º | 0.53% | 0.34% | - |
| HSV(B) | 138.26º | 0.69% | 0.52% | - |
| XYZ | 10.38 | 17.68 | 8.5 | - |
| YUV | 98.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 69 | 0.69 | 0 | 0.48 | 0.48 | 138.26 | 0.53 | 0.34 |
| Hex | 29 | 85 | 45 | 45 | 0 | 30 | 30 | 8A | 35 | 22 |
| Octal | 51 | 205 | 105 | 105 | 0 | 60 | 60 | 212 | 65 | 42 |
| Binary | 101001 | 10000101 | 1000101 | 1000101 | 0 | 110000 | 110000 | 10001010 | 110101 | 100010 |
Color Harmonies of #298545
Complementary color
Monochromatic Colors of #298545
Black with #298545
Text Example
Text Example
White with #298545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298545; }
p { color: rgb(41,133,69); }
H1.HeaderClassName
{
color: #298545;
}
.AnyTagClassName
{
color: #298545;
}
</style>
background-color css
<style>
a { background-color: #298545; }
a { background-color: rgb(41,133,69); }
div.DivClassName
{
background-color: #298545;
}
.BgClassName
{
background-color: #298545;
}
</style>
border-color css
<style>
span { border-color: #298545; }
span { border-color: rgb(41,133,69); }
td.TdClassName
{
border-color: #298545;
}
.TagClassName
{
border-color: #298545;
}
</style>