Shades of Medium Sea Green #2DB273
Tints of Medium Sea Green #2DB273
RGB
CMYK
RGB Variations
Color information
#2DB273 (or 0x2DB273) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 73. RGB value is (45,178,115). Sum of RGB (Red+Green+Blue) = 45+178+115=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB273 is #D24D8C. Grayscale: #838383. Windows color (decimal): -13782413 or 7582253. OLE color: 7582253.
HSL color Cylindrical-coordinate representation of color #2DB273: hue angle of 151.58º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB273 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 115 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.30 |
| HSL | 151.58º | 0.6% | 0.44% | - |
| HSV(B) | 151.58º | 0.75% | 0.7% | - |
| XYZ | 20.1 | 33.64 | 21.65 | - |
| YUV | 131.05 | 118.94 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 115 | 0.75 | 0 | 0.35 | 0.30 | 151.58 | 0.6 | 0.44 |
| Hex | 2D | B2 | 73 | 4B | 0 | 23 | 1E | 98 | 3C | 2C |
| Octal | 55 | 262 | 163 | 113 | 0 | 43 | 36 | 230 | 74 | 54 |
| Binary | 101101 | 10110010 | 1110011 | 1001011 | 0 | 100011 | 11110 | 10011000 | 111100 | 101100 |
Color Harmonies of #2DB273
Complementary color
Monochromatic Colors of #2DB273
Black with #2DB273
Text Example
Text Example
White with #2DB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB273; }
p { color: rgb(45,178,115); }
H1.HeaderClassName
{
color: #2DB273;
}
.AnyTagClassName
{
color: #2DB273;
}
</style>
background-color css
<style>
a { background-color: #2DB273; }
a { background-color: rgb(45,178,115); }
div.DivClassName
{
background-color: #2DB273;
}
.BgClassName
{
background-color: #2DB273;
}
</style>
border-color css
<style>
span { border-color: #2DB273; }
span { border-color: rgb(45,178,115); }
td.TdClassName
{
border-color: #2DB273;
}
.TagClassName
{
border-color: #2DB273;
}
</style>