Shades of Sea Green #299452
Tints of Sea Green #299452
RGB
CMYK
RGB Variations
Color information
#299452 (or 0x299452) is known color: Sea Green. HEX triplet: 29, 94 and 52. RGB value is (41,148,82). Sum of RGB (Red+Green+Blue) = 41+148+82=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #299452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299452 is #D66BAD. Grayscale: #6C6C6C. Windows color (decimal): -14052270 or 5411881. OLE color: 5411881.
HSL color Cylindrical-coordinate representation of color #299452: hue angle of 142.99º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299452 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 148 | 82 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.42 |
| HSL | 142.99º | 0.57% | 0.37% | - |
| HSV(B) | 142.99º | 0.72% | 0.58% | - |
| XYZ | 13.03 | 22.26 | 11.59 | - |
| YUV | 108.48 | 113.05 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 82 | 0.72 | 0 | 0.45 | 0.42 | 142.99 | 0.57 | 0.37 |
| Hex | 29 | 94 | 52 | 48 | 0 | 2D | 2A | 8F | 39 | 25 |
| Octal | 51 | 224 | 122 | 110 | 0 | 55 | 52 | 217 | 71 | 45 |
| Binary | 101001 | 10010100 | 1010010 | 1001000 | 0 | 101101 | 101010 | 10001111 | 111001 | 100101 |
Color Harmonies of #299452
Complementary color
Monochromatic Colors of #299452
Black with #299452
Text Example
Text Example
White with #299452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299452; }
p { color: rgb(41,148,82); }
H1.HeaderClassName
{
color: #299452;
}
.AnyTagClassName
{
color: #299452;
}
</style>
background-color css
<style>
a { background-color: #299452; }
a { background-color: rgb(41,148,82); }
div.DivClassName
{
background-color: #299452;
}
.BgClassName
{
background-color: #299452;
}
</style>
border-color css
<style>
span { border-color: #299452; }
span { border-color: rgb(41,148,82); }
td.TdClassName
{
border-color: #299452;
}
.TagClassName
{
border-color: #299452;
}
</style>