Shades of Medium Sea Green #2DBD73
Tints of Medium Sea Green #2DBD73
RGB
CMYK
RGB Variations
Color information
#2DBD73 (or 0x2DBD73) is known color: Medium Sea Green. HEX triplet: 2D, BD and 73. RGB value is (45,189,115). Sum of RGB (Red+Green+Blue) = 45+189+115=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBD73 is #D2428C. Grayscale: #898989. Windows color (decimal): -13779597 or 7585069. OLE color: 7585069.
HSL color Cylindrical-coordinate representation of color #2DBD73: hue angle of 149.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBD73 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 115 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.26 |
| HSL | 149.17º | 0.62% | 0.46% | - |
| HSV(B) | 149.17º | 0.76% | 0.74% | - |
| XYZ | 22.37 | 38.19 | 22.41 | - |
| YUV | 137.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 115 | 0.76 | 0 | 0.39 | 0.26 | 149.17 | 0.62 | 0.46 |
| Hex | 2D | BD | 73 | 4C | 0 | 27 | 1A | 95 | 3E | 2E |
| Octal | 55 | 275 | 163 | 114 | 0 | 47 | 32 | 225 | 76 | 56 |
| Binary | 101101 | 10111101 | 1110011 | 1001100 | 0 | 100111 | 11010 | 10010101 | 111110 | 101110 |
Color Harmonies of #2DBD73
Complementary color
Monochromatic Colors of #2DBD73
Black with #2DBD73
Text Example
Text Example
White with #2DBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD73; }
p { color: rgb(45,189,115); }
H1.HeaderClassName
{
color: #2DBD73;
}
.AnyTagClassName
{
color: #2DBD73;
}
</style>
background-color css
<style>
a { background-color: #2DBD73; }
a { background-color: rgb(45,189,115); }
div.DivClassName
{
background-color: #2DBD73;
}
.BgClassName
{
background-color: #2DBD73;
}
</style>
border-color css
<style>
span { border-color: #2DBD73; }
span { border-color: rgb(45,189,115); }
td.TdClassName
{
border-color: #2DBD73;
}
.TagClassName
{
border-color: #2DBD73;
}
</style>