Shades of Medium Sea Green #2DBD6F
Tints of Medium Sea Green #2DBD6F
RGB
CMYK
RGB Variations
Color information
#2DBD6F (or 0x2DBD6F) is known color: Medium Sea Green. HEX triplet: 2D, BD and 6F. RGB value is (45,189,111). Sum of RGB (Red+Green+Blue) = 45+189+111=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBD6F is #D24290. Grayscale: #898989. Windows color (decimal): -13779601 or 7322925. OLE color: 7322925.
HSL color Cylindrical-coordinate representation of color #2DBD6F: hue angle of 147.5º 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 #2DBD6F is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 111 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.26 |
| HSL | 147.5º | 0.62% | 0.46% | - |
| HSV(B) | 147.5º | 0.76% | 0.74% | - |
| XYZ | 22.15 | 38.1 | 21.23 | - |
| YUV | 137.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 111 | 0.76 | 0 | 0.41 | 0.26 | 147.5 | 0.62 | 0.46 |
| Hex | 2D | BD | 6F | 4C | 0 | 29 | 1A | 94 | 3E | 2E |
| Octal | 55 | 275 | 157 | 114 | 0 | 51 | 32 | 224 | 76 | 56 |
| Binary | 101101 | 10111101 | 1101111 | 1001100 | 0 | 101001 | 11010 | 10010100 | 111110 | 101110 |
Color Harmonies of #2DBD6F
Complementary color
Monochromatic Colors of #2DBD6F
Black with #2DBD6F
Text Example
Text Example
White with #2DBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD6F; }
p { color: rgb(45,189,111); }
H1.HeaderClassName
{
color: #2DBD6F;
}
.AnyTagClassName
{
color: #2DBD6F;
}
</style>
background-color css
<style>
a { background-color: #2DBD6F; }
a { background-color: rgb(45,189,111); }
div.DivClassName
{
background-color: #2DBD6F;
}
.BgClassName
{
background-color: #2DBD6F;
}
</style>
border-color css
<style>
span { border-color: #2DBD6F; }
span { border-color: rgb(45,189,111); }
td.TdClassName
{
border-color: #2DBD6F;
}
.TagClassName
{
border-color: #2DBD6F;
}
</style>