Shades of Medium Sea Green #29BD70
Tints of Medium Sea Green #29BD70
RGB
CMYK
RGB Variations
Color information
#29BD70 (or 0x29BD70) is known color: Medium Sea Green. HEX triplet: 29, BD and 70. RGB value is (41,189,112). Sum of RGB (Red+Green+Blue) = 41+189+112=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29BD70 is #D6428F. Grayscale: #888888. Windows color (decimal): -14041744 or 7388457. OLE color: 7388457.
HSL color Cylindrical-coordinate representation of color #29BD70: hue angle of 148.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BD70 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 112 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.26 |
| HSL | 148.78º | 0.64% | 0.45% | - |
| HSV(B) | 148.78º | 0.78% | 0.74% | - |
| XYZ | 22.04 | 38.04 | 21.51 | - |
| YUV | 135.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 112 | 0.78 | 0 | 0.41 | 0.26 | 148.78 | 0.64 | 0.45 |
| Hex | 29 | BD | 70 | 4E | 0 | 29 | 1A | 95 | 40 | 2D |
| Octal | 51 | 275 | 160 | 116 | 0 | 51 | 32 | 225 | 100 | 55 |
| Binary | 101001 | 10111101 | 1110000 | 1001110 | 0 | 101001 | 11010 | 10010101 | 1000000 | 101101 |
Color Harmonies of #29BD70
Complementary color
Monochromatic Colors of #29BD70
Black with #29BD70
Text Example
Text Example
White with #29BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD70; }
p { color: rgb(41,189,112); }
H1.HeaderClassName
{
color: #29BD70;
}
.AnyTagClassName
{
color: #29BD70;
}
</style>
background-color css
<style>
a { background-color: #29BD70; }
a { background-color: rgb(41,189,112); }
div.DivClassName
{
background-color: #29BD70;
}
.BgClassName
{
background-color: #29BD70;
}
</style>
border-color css
<style>
span { border-color: #29BD70; }
span { border-color: rgb(41,189,112); }
td.TdClassName
{
border-color: #29BD70;
}
.TagClassName
{
border-color: #29BD70;
}
</style>