Shades of Medium Sea Green #2DB574
Tints of Medium Sea Green #2DB574
RGB
CMYK
RGB Variations
Color information
#2DB574 (or 0x2DB574) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 74. RGB value is (45,181,116). Sum of RGB (Red+Green+Blue) = 45+181+116=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB574 is #D24A8B. Grayscale: #858585. Windows color (decimal): -13781644 or 7648557. OLE color: 7648557.
HSL color Cylindrical-coordinate representation of color #2DB574: hue angle of 151.32º 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 #2DB574 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 116 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.29 |
| HSL | 151.32º | 0.6% | 0.44% | - |
| HSV(B) | 151.32º | 0.75% | 0.71% | - |
| XYZ | 20.76 | 34.87 | 22.16 | - |
| YUV | 132.93 | 118.44 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 116 | 0.75 | 0 | 0.36 | 0.29 | 151.32 | 0.6 | 0.44 |
| Hex | 2D | B5 | 74 | 4B | 0 | 24 | 1D | 97 | 3C | 2C |
| Octal | 55 | 265 | 164 | 113 | 0 | 44 | 35 | 227 | 74 | 54 |
| Binary | 101101 | 10110101 | 1110100 | 1001011 | 0 | 100100 | 11101 | 10010111 | 111100 | 101100 |
Color Harmonies of #2DB574
Complementary color
Monochromatic Colors of #2DB574
Black with #2DB574
Text Example
Text Example
White with #2DB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB574; }
p { color: rgb(45,181,116); }
H1.HeaderClassName
{
color: #2DB574;
}
.AnyTagClassName
{
color: #2DB574;
}
</style>
background-color css
<style>
a { background-color: #2DB574; }
a { background-color: rgb(45,181,116); }
div.DivClassName
{
background-color: #2DB574;
}
.BgClassName
{
background-color: #2DB574;
}
</style>
border-color css
<style>
span { border-color: #2DB574; }
span { border-color: rgb(45,181,116); }
td.TdClassName
{
border-color: #2DB574;
}
.TagClassName
{
border-color: #2DB574;
}
</style>