Shades of Medium Sea Green #2DB47A
Tints of Medium Sea Green #2DB47A
RGB
CMYK
RGB Variations
Color information
#2DB47A (or 0x2DB47A) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 7A. RGB value is (45,180,122). Sum of RGB (Red+Green+Blue) = 45+180+122=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB47A is #D24B85. Grayscale: #858585. Windows color (decimal): -13781894 or 8041517. OLE color: 8041517.
HSL color Cylindrical-coordinate representation of color #2DB47A: hue angle of 154.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB47A is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 122 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.29 |
| HSL | 154.22º | 0.6% | 0.44% | - |
| HSV(B) | 154.22º | 0.75% | 0.71% | - |
| XYZ | 20.92 | 34.61 | 23.99 | - |
| YUV | 133.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 122 | 0.75 | 0 | 0.32 | 0.29 | 154.22 | 0.6 | 0.44 |
| Hex | 2D | B4 | 7A | 4B | 0 | 20 | 1D | 9A | 3C | 2C |
| Octal | 55 | 264 | 172 | 113 | 0 | 40 | 35 | 232 | 74 | 54 |
| Binary | 101101 | 10110100 | 1111010 | 1001011 | 0 | 100000 | 11101 | 10011010 | 111100 | 101100 |
Color Harmonies of #2DB47A
Complementary color
Monochromatic Colors of #2DB47A
Black with #2DB47A
Text Example
Text Example
White with #2DB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB47A; }
p { color: rgb(45,180,122); }
H1.HeaderClassName
{
color: #2DB47A;
}
.AnyTagClassName
{
color: #2DB47A;
}
</style>
background-color css
<style>
a { background-color: #2DB47A; }
a { background-color: rgb(45,180,122); }
div.DivClassName
{
background-color: #2DB47A;
}
.BgClassName
{
background-color: #2DB47A;
}
</style>
border-color css
<style>
span { border-color: #2DB47A; }
span { border-color: rgb(45,180,122); }
td.TdClassName
{
border-color: #2DB47A;
}
.TagClassName
{
border-color: #2DB47A;
}
</style>