Shades of Sea Green #299248
Tints of Sea Green #299248
RGB
CMYK
RGB Variations
Color information
#299248 (or 0x299248) is known color: Sea Green. HEX triplet: 29, 92 and 48. RGB value is (41,146,72). Sum of RGB (Red+Green+Blue) = 41+146+72=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #299248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299248 is #D66DB7. Grayscale: #6A6A6A. Windows color (decimal): -14052792 or 4756009. OLE color: 4756009.
HSL color Cylindrical-coordinate representation of color #299248: hue angle of 137.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299248 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 72 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.43 |
| HSL | 137.71º | 0.56% | 0.37% | - |
| HSV(B) | 137.71º | 0.72% | 0.57% | - |
| XYZ | 12.36 | 21.5 | 9.63 | - |
| YUV | 106.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 72 | 0.72 | 0 | 0.51 | 0.43 | 137.71 | 0.56 | 0.37 |
| Hex | 29 | 92 | 48 | 48 | 0 | 33 | 2B | 8A | 38 | 25 |
| Octal | 51 | 222 | 110 | 110 | 0 | 63 | 53 | 212 | 70 | 45 |
| Binary | 101001 | 10010010 | 1001000 | 1001000 | 0 | 110011 | 101011 | 10001010 | 111000 | 100101 |
Color Harmonies of #299248
Complementary color
Monochromatic Colors of #299248
Black with #299248
Text Example
Text Example
White with #299248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299248; }
p { color: rgb(41,146,72); }
H1.HeaderClassName
{
color: #299248;
}
.AnyTagClassName
{
color: #299248;
}
</style>
background-color css
<style>
a { background-color: #299248; }
a { background-color: rgb(41,146,72); }
div.DivClassName
{
background-color: #299248;
}
.BgClassName
{
background-color: #299248;
}
</style>
border-color css
<style>
span { border-color: #299248; }
span { border-color: rgb(41,146,72); }
td.TdClassName
{
border-color: #299248;
}
.TagClassName
{
border-color: #299248;
}
</style>