Shades of Medium Sea Green #2DBF5E
Tints of Medium Sea Green #2DBF5E
RGB
CMYK
RGB Variations
Color information
#2DBF5E (or 0x2DBF5E) is known color: Medium Sea Green. HEX triplet: 2D, BF and 5E. RGB value is (45,191,94). Sum of RGB (Red+Green+Blue) = 45+191+94=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF5E is #D240A1. Grayscale: #888888. Windows color (decimal): -13779106 or 6209325. OLE color: 6209325.
HSL color Cylindrical-coordinate representation of color #2DBF5E: hue angle of 140.14º 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 #2DBF5E is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 94 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.25 |
| HSL | 140.14º | 0.62% | 0.46% | - |
| HSV(B) | 140.14º | 0.76% | 0.75% | - |
| XYZ | 21.73 | 38.63 | 16.9 | - |
| YUV | 136.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 94 | 0.76 | 0 | 0.51 | 0.25 | 140.14 | 0.62 | 0.46 |
| Hex | 2D | BF | 5E | 4C | 0 | 33 | 19 | 8C | 3E | 2E |
| Octal | 55 | 277 | 136 | 114 | 0 | 63 | 31 | 214 | 76 | 56 |
| Binary | 101101 | 10111111 | 1011110 | 1001100 | 0 | 110011 | 11001 | 10001100 | 111110 | 101110 |
Color Harmonies of #2DBF5E
Complementary color
Monochromatic Colors of #2DBF5E
Black with #2DBF5E
Text Example
Text Example
White with #2DBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF5E; }
p { color: rgb(45,191,94); }
H1.HeaderClassName
{
color: #2DBF5E;
}
.AnyTagClassName
{
color: #2DBF5E;
}
</style>
background-color css
<style>
a { background-color: #2DBF5E; }
a { background-color: rgb(45,191,94); }
div.DivClassName
{
background-color: #2DBF5E;
}
.BgClassName
{
background-color: #2DBF5E;
}
</style>
border-color css
<style>
span { border-color: #2DBF5E; }
span { border-color: rgb(45,191,94); }
td.TdClassName
{
border-color: #2DBF5E;
}
.TagClassName
{
border-color: #2DBF5E;
}
</style>