Shades of Medium Sea Green #2DB374
Tints of Medium Sea Green #2DB374
RGB
CMYK
RGB Variations
Color information
#2DB374 (or 0x2DB374) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 74. RGB value is (45,179,116). Sum of RGB (Red+Green+Blue) = 45+179+116=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB374 is #D24C8B. Grayscale: #838383. Windows color (decimal): -13782156 or 7648045. OLE color: 7648045.
HSL color Cylindrical-coordinate representation of color #2DB374: hue angle of 151.79º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB374 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 116 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.30 |
| HSL | 151.79º | 0.6% | 0.44% | - |
| HSV(B) | 151.79º | 0.75% | 0.7% | - |
| XYZ | 20.35 | 34.06 | 22.02 | - |
| YUV | 131.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 116 | 0.75 | 0 | 0.35 | 0.30 | 151.79 | 0.6 | 0.44 |
| Hex | 2D | B3 | 74 | 4B | 0 | 23 | 1E | 98 | 3C | 2C |
| Octal | 55 | 263 | 164 | 113 | 0 | 43 | 36 | 230 | 74 | 54 |
| Binary | 101101 | 10110011 | 1110100 | 1001011 | 0 | 100011 | 11110 | 10011000 | 111100 | 101100 |
Color Harmonies of #2DB374
Complementary color
Monochromatic Colors of #2DB374
Black with #2DB374
Text Example
Text Example
White with #2DB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB374; }
p { color: rgb(45,179,116); }
H1.HeaderClassName
{
color: #2DB374;
}
.AnyTagClassName
{
color: #2DB374;
}
</style>
background-color css
<style>
a { background-color: #2DB374; }
a { background-color: rgb(45,179,116); }
div.DivClassName
{
background-color: #2DB374;
}
.BgClassName
{
background-color: #2DB374;
}
</style>
border-color css
<style>
span { border-color: #2DB374; }
span { border-color: rgb(45,179,116); }
td.TdClassName
{
border-color: #2DB374;
}
.TagClassName
{
border-color: #2DB374;
}
</style>