Shades of Medium Sea Green #2DAA74
Tints of Medium Sea Green #2DAA74
RGB
CMYK
RGB Variations
Color information
#2DAA74 (or 0x2DAA74) is known color: Medium Sea Green. HEX triplet: 2D, AA and 74. RGB value is (45,170,116). Sum of RGB (Red+Green+Blue) = 45+170+116=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA74 is #D2558B. Grayscale: #7E7E7E. Windows color (decimal): -13784460 or 7645741. OLE color: 7645741.
HSL color Cylindrical-coordinate representation of color #2DAA74: hue angle of 154.08º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA74 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 116 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.33 |
| HSL | 154.08º | 0.58% | 0.42% | - |
| HSV(B) | 154.08º | 0.74% | 0.67% | - |
| XYZ | 18.61 | 30.57 | 21.44 | - |
| YUV | 126.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 116 | 0.74 | 0 | 0.32 | 0.33 | 154.08 | 0.58 | 0.42 |
| Hex | 2D | AA | 74 | 4A | 0 | 20 | 21 | 9A | 3A | 2A |
| Octal | 55 | 252 | 164 | 112 | 0 | 40 | 41 | 232 | 72 | 52 |
| Binary | 101101 | 10101010 | 1110100 | 1001010 | 0 | 100000 | 100001 | 10011010 | 111010 | 101010 |
Color Harmonies of #2DAA74
Complementary color
Monochromatic Colors of #2DAA74
Black with #2DAA74
Text Example
Text Example
White with #2DAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA74; }
p { color: rgb(45,170,116); }
H1.HeaderClassName
{
color: #2DAA74;
}
.AnyTagClassName
{
color: #2DAA74;
}
</style>
background-color css
<style>
a { background-color: #2DAA74; }
a { background-color: rgb(45,170,116); }
div.DivClassName
{
background-color: #2DAA74;
}
.BgClassName
{
background-color: #2DAA74;
}
</style>
border-color css
<style>
span { border-color: #2DAA74; }
span { border-color: rgb(45,170,116); }
td.TdClassName
{
border-color: #2DAA74;
}
.TagClassName
{
border-color: #2DAA74;
}
</style>