Shades of Medium Sea Green #2DB573
Tints of Medium Sea Green #2DB573
RGB
CMYK
RGB Variations
Color information
#2DB573 (or 0x2DB573) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 73. RGB value is (45,181,115). Sum of RGB (Red+Green+Blue) = 45+181+115=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB573 is #D24A8C. Grayscale: #848484. Windows color (decimal): -13781645 or 7583021. OLE color: 7583021.
HSL color Cylindrical-coordinate representation of color #2DB573: hue angle of 150.88º 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 #2DB573 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 115 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.29 |
| HSL | 150.88º | 0.6% | 0.44% | - |
| HSV(B) | 150.88º | 0.75% | 0.71% | - |
| XYZ | 20.7 | 34.84 | 21.85 | - |
| YUV | 132.81 | 117.94 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 115 | 0.75 | 0 | 0.36 | 0.29 | 150.88 | 0.6 | 0.44 |
| Hex | 2D | B5 | 73 | 4B | 0 | 24 | 1D | 97 | 3C | 2C |
| Octal | 55 | 265 | 163 | 113 | 0 | 44 | 35 | 227 | 74 | 54 |
| Binary | 101101 | 10110101 | 1110011 | 1001011 | 0 | 100100 | 11101 | 10010111 | 111100 | 101100 |
Color Harmonies of #2DB573
Complementary color
Monochromatic Colors of #2DB573
Black with #2DB573
Text Example
Text Example
White with #2DB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB573; }
p { color: rgb(45,181,115); }
H1.HeaderClassName
{
color: #2DB573;
}
.AnyTagClassName
{
color: #2DB573;
}
</style>
background-color css
<style>
a { background-color: #2DB573; }
a { background-color: rgb(45,181,115); }
div.DivClassName
{
background-color: #2DB573;
}
.BgClassName
{
background-color: #2DB573;
}
</style>
border-color css
<style>
span { border-color: #2DB573; }
span { border-color: rgb(45,181,115); }
td.TdClassName
{
border-color: #2DB573;
}
.TagClassName
{
border-color: #2DB573;
}
</style>