Shades of Sea Green #29825D
Tints of Sea Green #29825D
RGB
CMYK
RGB Variations
Color information
#29825D (or 0x29825D) is known color: Sea Green. HEX triplet: 29, 82 and 5D. RGB value is (41,130,93). Sum of RGB (Red+Green+Blue) = 41+130+93=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #29825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29825D is #D67DA2. Grayscale: #636363. Windows color (decimal): -14056867 or 6128169. OLE color: 6128169.
HSL color Cylindrical-coordinate representation of color #29825D: hue angle of 155.06º 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 #29825D is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 130 | 93 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.49 |
| HSL | 155.06º | 0.52% | 0.34% | - |
| HSV(B) | 155.06º | 0.68% | 0.51% | - |
| XYZ | 10.87 | 17.23 | 13.11 | - |
| YUV | 99.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 93 | 0.68 | 0 | 0.28 | 0.49 | 155.06 | 0.52 | 0.34 |
| Hex | 29 | 82 | 5D | 44 | 0 | 1C | 31 | 9B | 34 | 22 |
| Octal | 51 | 202 | 135 | 104 | 0 | 34 | 61 | 233 | 64 | 42 |
| Binary | 101001 | 10000010 | 1011101 | 1000100 | 0 | 11100 | 110001 | 10011011 | 110100 | 100010 |
Color Harmonies of #29825D
Complementary color
Monochromatic Colors of #29825D
Black with #29825D
Text Example
Text Example
White with #29825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29825D; }
p { color: rgb(41,130,93); }
H1.HeaderClassName
{
color: #29825D;
}
.AnyTagClassName
{
color: #29825D;
}
</style>
background-color css
<style>
a { background-color: #29825D; }
a { background-color: rgb(41,130,93); }
div.DivClassName
{
background-color: #29825D;
}
.BgClassName
{
background-color: #29825D;
}
</style>
border-color css
<style>
span { border-color: #29825D; }
span { border-color: rgb(41,130,93); }
td.TdClassName
{
border-color: #29825D;
}
.TagClassName
{
border-color: #29825D;
}
</style>