Shades of Medium Sea Green #2DAE70
Tints of Medium Sea Green #2DAE70
RGB
CMYK
RGB Variations
Color information
#2DAE70 (or 0x2DAE70) is known color: Medium Sea Green. HEX triplet: 2D, AE and 70. RGB value is (45,174,112). Sum of RGB (Red+Green+Blue) = 45+174+112=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE70 is #D2518F. Grayscale: #808080. Windows color (decimal): -13783440 or 7384621. OLE color: 7384621.
HSL color Cylindrical-coordinate representation of color #2DAE70: hue angle of 151.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE70 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 112 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.32 |
| HSL | 151.16º | 0.59% | 0.43% | - |
| HSV(B) | 151.16º | 0.74% | 0.68% | - |
| XYZ | 19.14 | 32 | 20.5 | - |
| YUV | 128.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 112 | 0.74 | 0 | 0.36 | 0.32 | 151.16 | 0.59 | 0.43 |
| Hex | 2D | AE | 70 | 4A | 0 | 24 | 20 | 97 | 3B | 2B |
| Octal | 55 | 256 | 160 | 112 | 0 | 44 | 40 | 227 | 73 | 53 |
| Binary | 101101 | 10101110 | 1110000 | 1001010 | 0 | 100100 | 100000 | 10010111 | 111011 | 101011 |
Color Harmonies of #2DAE70
Complementary color
Monochromatic Colors of #2DAE70
Black with #2DAE70
Text Example
Text Example
White with #2DAE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE70; }
p { color: rgb(45,174,112); }
H1.HeaderClassName
{
color: #2DAE70;
}
.AnyTagClassName
{
color: #2DAE70;
}
</style>
background-color css
<style>
a { background-color: #2DAE70; }
a { background-color: rgb(45,174,112); }
div.DivClassName
{
background-color: #2DAE70;
}
.BgClassName
{
background-color: #2DAE70;
}
</style>
border-color css
<style>
span { border-color: #2DAE70; }
span { border-color: rgb(45,174,112); }
td.TdClassName
{
border-color: #2DAE70;
}
.TagClassName
{
border-color: #2DAE70;
}
</style>