Shades of Medium Sea Green #2DBC6D
Tints of Medium Sea Green #2DBC6D
RGB
CMYK
RGB Variations
Color information
#2DBC6D (or 0x2DBC6D) is known color: Medium Sea Green. HEX triplet: 2D, BC and 6D. RGB value is (45,188,109). Sum of RGB (Red+Green+Blue) = 45+188+109=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC6D is #D24392. Grayscale: #888888. Windows color (decimal): -13779859 or 7191597. OLE color: 7191597.
HSL color Cylindrical-coordinate representation of color #2DBC6D: hue angle of 146.85º degrees, saturation: 0.61, 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 #2DBC6D is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 109 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.26 |
| HSL | 146.85º | 0.61% | 0.46% | - |
| HSV(B) | 146.85º | 0.76% | 0.74% | - |
| XYZ | 21.83 | 37.63 | 20.58 | - |
| YUV | 136.24 | 112.62 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 109 | 0.76 | 0 | 0.42 | 0.26 | 146.85 | 0.61 | 0.46 |
| Hex | 2D | BC | 6D | 4C | 0 | 2A | 1A | 93 | 3D | 2E |
| Octal | 55 | 274 | 155 | 114 | 0 | 52 | 32 | 223 | 75 | 56 |
| Binary | 101101 | 10111100 | 1101101 | 1001100 | 0 | 101010 | 11010 | 10010011 | 111101 | 101110 |
Color Harmonies of #2DBC6D
Complementary color
Monochromatic Colors of #2DBC6D
Black with #2DBC6D
Text Example
Text Example
White with #2DBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC6D; }
p { color: rgb(45,188,109); }
H1.HeaderClassName
{
color: #2DBC6D;
}
.AnyTagClassName
{
color: #2DBC6D;
}
</style>
background-color css
<style>
a { background-color: #2DBC6D; }
a { background-color: rgb(45,188,109); }
div.DivClassName
{
background-color: #2DBC6D;
}
.BgClassName
{
background-color: #2DBC6D;
}
</style>
border-color css
<style>
span { border-color: #2DBC6D; }
span { border-color: rgb(45,188,109); }
td.TdClassName
{
border-color: #2DBC6D;
}
.TagClassName
{
border-color: #2DBC6D;
}
</style>