Shades of Medium Sea Green #2DB174
Tints of Medium Sea Green #2DB174
RGB
CMYK
RGB Variations
Color information
#2DB174 (or 0x2DB174) is known color: Medium Sea Green. HEX triplet: 2D, B1 and 74. RGB value is (45,177,116). Sum of RGB (Red+Green+Blue) = 45+177+116=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB174 is #D24E8B. Grayscale: #828282. Windows color (decimal): -13782668 or 7647533. OLE color: 7647533.
HSL color Cylindrical-coordinate representation of color #2DB174: hue angle of 152.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB174 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 116 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.31 |
| HSL | 152.27º | 0.59% | 0.44% | - |
| HSV(B) | 152.27º | 0.75% | 0.69% | - |
| XYZ | 19.96 | 33.26 | 21.89 | - |
| YUV | 130.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 116 | 0.75 | 0 | 0.34 | 0.31 | 152.27 | 0.59 | 0.44 |
| Hex | 2D | B1 | 74 | 4B | 0 | 22 | 1F | 98 | 3B | 2C |
| Octal | 55 | 261 | 164 | 113 | 0 | 42 | 37 | 230 | 73 | 54 |
| Binary | 101101 | 10110001 | 1110100 | 1001011 | 0 | 100010 | 11111 | 10011000 | 111011 | 101100 |
Color Harmonies of #2DB174
Complementary color
Monochromatic Colors of #2DB174
Black with #2DB174
Text Example
Text Example
White with #2DB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB174; }
p { color: rgb(45,177,116); }
H1.HeaderClassName
{
color: #2DB174;
}
.AnyTagClassName
{
color: #2DB174;
}
</style>
background-color css
<style>
a { background-color: #2DB174; }
a { background-color: rgb(45,177,116); }
div.DivClassName
{
background-color: #2DB174;
}
.BgClassName
{
background-color: #2DB174;
}
</style>
border-color css
<style>
span { border-color: #2DB174; }
span { border-color: rgb(45,177,116); }
td.TdClassName
{
border-color: #2DB174;
}
.TagClassName
{
border-color: #2DB174;
}
</style>