Shades of Medium Sea Green #2DB475
Tints of Medium Sea Green #2DB475
RGB
CMYK
RGB Variations
Color information
#2DB475 (or 0x2DB475) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 75. RGB value is (45,180,117). Sum of RGB (Red+Green+Blue) = 45+180+117=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB475 is #D24B8A. Grayscale: #848484. Windows color (decimal): -13781899 or 7713837. OLE color: 7713837.
HSL color Cylindrical-coordinate representation of color #2DB475: hue angle of 152º 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 #2DB475 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 117 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.29 |
| HSL | 152º | 0.6% | 0.44% | - |
| HSV(B) | 152º | 0.75% | 0.71% | - |
| XYZ | 20.61 | 34.48 | 22.4 | - |
| YUV | 132.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 117 | 0.75 | 0 | 0.35 | 0.29 | 152 | 0.6 | 0.44 |
| Hex | 2D | B4 | 75 | 4B | 0 | 23 | 1D | 98 | 3C | 2C |
| Octal | 55 | 264 | 165 | 113 | 0 | 43 | 35 | 230 | 74 | 54 |
| Binary | 101101 | 10110100 | 1110101 | 1001011 | 0 | 100011 | 11101 | 10011000 | 111100 | 101100 |
Color Harmonies of #2DB475
Complementary color
Monochromatic Colors of #2DB475
Black with #2DB475
Text Example
Text Example
White with #2DB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB475; }
p { color: rgb(45,180,117); }
H1.HeaderClassName
{
color: #2DB475;
}
.AnyTagClassName
{
color: #2DB475;
}
</style>
background-color css
<style>
a { background-color: #2DB475; }
a { background-color: rgb(45,180,117); }
div.DivClassName
{
background-color: #2DB475;
}
.BgClassName
{
background-color: #2DB475;
}
</style>
border-color css
<style>
span { border-color: #2DB475; }
span { border-color: rgb(45,180,117); }
td.TdClassName
{
border-color: #2DB475;
}
.TagClassName
{
border-color: #2DB475;
}
</style>