Shades of Sea Green #29885A
Tints of Sea Green #29885A
RGB
CMYK
RGB Variations
Color information
#29885A (or 0x29885A) is known color: Sea Green. HEX triplet: 29, 88 and 5A. RGB value is (41,136,90). Sum of RGB (Red+Green+Blue) = 41+136+90=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #29885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29885A is #D677A5. Grayscale: #666666. Windows color (decimal): -14055334 or 5933097. OLE color: 5933097.
HSL color Cylindrical-coordinate representation of color #29885A: hue angle of 150.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29885A is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 136 | 90 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.47 |
| HSL | 150.95º | 0.54% | 0.35% | - |
| HSV(B) | 150.95º | 0.7% | 0.53% | - |
| XYZ | 11.56 | 18.82 | 12.7 | - |
| YUV | 102.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 90 | 0.70 | 0 | 0.34 | 0.47 | 150.95 | 0.54 | 0.35 |
| Hex | 29 | 88 | 5A | 46 | 0 | 22 | 2F | 97 | 36 | 23 |
| Octal | 51 | 210 | 132 | 106 | 0 | 42 | 57 | 227 | 66 | 43 |
| Binary | 101001 | 10001000 | 1011010 | 1000110 | 0 | 100010 | 101111 | 10010111 | 110110 | 100011 |
Color Harmonies of #29885A
Complementary color
Monochromatic Colors of #29885A
Black with #29885A
Text Example
Text Example
White with #29885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29885A; }
p { color: rgb(41,136,90); }
H1.HeaderClassName
{
color: #29885A;
}
.AnyTagClassName
{
color: #29885A;
}
</style>
background-color css
<style>
a { background-color: #29885A; }
a { background-color: rgb(41,136,90); }
div.DivClassName
{
background-color: #29885A;
}
.BgClassName
{
background-color: #29885A;
}
</style>
border-color css
<style>
span { border-color: #29885A; }
span { border-color: rgb(41,136,90); }
td.TdClassName
{
border-color: #29885A;
}
.TagClassName
{
border-color: #29885A;
}
</style>