Shades of Medium Sea Green #2DBE6E
Tints of Medium Sea Green #2DBE6E
RGB
CMYK
RGB Variations
Color information
#2DBE6E (or 0x2DBE6E) is known color: Medium Sea Green. HEX triplet: 2D, BE and 6E. RGB value is (45,190,110). Sum of RGB (Red+Green+Blue) = 45+190+110=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE6E is #D24191. Grayscale: #898989. Windows color (decimal): -13779346 or 7257645. OLE color: 7257645.
HSL color Cylindrical-coordinate representation of color #2DBE6E: hue angle of 146.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE6E is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 110 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.25 |
| HSL | 146.9º | 0.62% | 0.46% | - |
| HSV(B) | 146.9º | 0.76% | 0.75% | - |
| XYZ | 22.31 | 38.51 | 21.01 | - |
| YUV | 137.53 | 112.46 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 110 | 0.76 | 0 | 0.42 | 0.25 | 146.9 | 0.62 | 0.46 |
| Hex | 2D | BE | 6E | 4C | 0 | 2A | 19 | 93 | 3E | 2E |
| Octal | 55 | 276 | 156 | 114 | 0 | 52 | 31 | 223 | 76 | 56 |
| Binary | 101101 | 10111110 | 1101110 | 1001100 | 0 | 101010 | 11001 | 10010011 | 111110 | 101110 |
Color Harmonies of #2DBE6E
Complementary color
Monochromatic Colors of #2DBE6E
Black with #2DBE6E
Text Example
Text Example
White with #2DBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE6E; }
p { color: rgb(45,190,110); }
H1.HeaderClassName
{
color: #2DBE6E;
}
.AnyTagClassName
{
color: #2DBE6E;
}
</style>
background-color css
<style>
a { background-color: #2DBE6E; }
a { background-color: rgb(45,190,110); }
div.DivClassName
{
background-color: #2DBE6E;
}
.BgClassName
{
background-color: #2DBE6E;
}
</style>
border-color css
<style>
span { border-color: #2DBE6E; }
span { border-color: rgb(45,190,110); }
td.TdClassName
{
border-color: #2DBE6E;
}
.TagClassName
{
border-color: #2DBE6E;
}
</style>