Shades of Sea Green #299048
Tints of Sea Green #299048
RGB
CMYK
RGB Variations
Color information
#299048 (or 0x299048) is known color: Sea Green. HEX triplet: 29, 90 and 48. RGB value is (41,144,72). Sum of RGB (Red+Green+Blue) = 41+144+72=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #299048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299048 is #D66FB7. Grayscale: #696969. Windows color (decimal): -14053304 or 4755497. OLE color: 4755497.
HSL color Cylindrical-coordinate representation of color #299048: hue angle of 138.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299048 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 72 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.44 |
| HSL | 138.06º | 0.56% | 0.36% | - |
| HSV(B) | 138.06º | 0.72% | 0.56% | - |
| XYZ | 12.06 | 20.89 | 9.53 | - |
| YUV | 105 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 72 | 0.72 | 0 | 0.50 | 0.44 | 138.06 | 0.56 | 0.36 |
| Hex | 29 | 90 | 48 | 48 | 0 | 32 | 2C | 8A | 38 | 24 |
| Octal | 51 | 220 | 110 | 110 | 0 | 62 | 54 | 212 | 70 | 44 |
| Binary | 101001 | 10010000 | 1001000 | 1001000 | 0 | 110010 | 101100 | 10001010 | 111000 | 100100 |
Color Harmonies of #299048
Complementary color
Monochromatic Colors of #299048
Black with #299048
Text Example
Text Example
White with #299048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299048; }
p { color: rgb(41,144,72); }
H1.HeaderClassName
{
color: #299048;
}
.AnyTagClassName
{
color: #299048;
}
</style>
background-color css
<style>
a { background-color: #299048; }
a { background-color: rgb(41,144,72); }
div.DivClassName
{
background-color: #299048;
}
.BgClassName
{
background-color: #299048;
}
</style>
border-color css
<style>
span { border-color: #299048; }
span { border-color: rgb(41,144,72); }
td.TdClassName
{
border-color: #299048;
}
.TagClassName
{
border-color: #299048;
}
</style>