Shades of Medium Sea Green #2DB36D
Tints of Medium Sea Green #2DB36D
RGB
CMYK
RGB Variations
Color information
#2DB36D (or 0x2DB36D) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 6D. RGB value is (45,179,109). Sum of RGB (Red+Green+Blue) = 45+179+109=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB36D is #D24C92. Grayscale: #838383. Windows color (decimal): -13782163 or 7189293. OLE color: 7189293.
HSL color Cylindrical-coordinate representation of color #2DB36D: hue angle of 148.66º 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 #2DB36D is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 109 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.30 |
| HSL | 148.66º | 0.6% | 0.44% | - |
| HSV(B) | 148.66º | 0.75% | 0.7% | - |
| XYZ | 19.96 | 33.9 | 19.96 | - |
| YUV | 130.95 | 115.61 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 109 | 0.75 | 0 | 0.39 | 0.30 | 148.66 | 0.6 | 0.44 |
| Hex | 2D | B3 | 6D | 4B | 0 | 27 | 1E | 95 | 3C | 2C |
| Octal | 55 | 263 | 155 | 113 | 0 | 47 | 36 | 225 | 74 | 54 |
| Binary | 101101 | 10110011 | 1101101 | 1001011 | 0 | 100111 | 11110 | 10010101 | 111100 | 101100 |
Color Harmonies of #2DB36D
Complementary color
Monochromatic Colors of #2DB36D
Black with #2DB36D
Text Example
Text Example
White with #2DB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB36D; }
p { color: rgb(45,179,109); }
H1.HeaderClassName
{
color: #2DB36D;
}
.AnyTagClassName
{
color: #2DB36D;
}
</style>
background-color css
<style>
a { background-color: #2DB36D; }
a { background-color: rgb(45,179,109); }
div.DivClassName
{
background-color: #2DB36D;
}
.BgClassName
{
background-color: #2DB36D;
}
</style>
border-color css
<style>
span { border-color: #2DB36D; }
span { border-color: rgb(45,179,109); }
td.TdClassName
{
border-color: #2DB36D;
}
.TagClassName
{
border-color: #2DB36D;
}
</style>