Shades of Medium Sea Green #2DBF7D
Tints of Medium Sea Green #2DBF7D
RGB
CMYK
RGB Variations
Color information
#2DBF7D (or 0x2DBF7D) is known color: Medium Sea Green. HEX triplet: 2D, BF and 7D. RGB value is (45,191,125). Sum of RGB (Red+Green+Blue) = 45+191+125=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF7D is #D24082. Grayscale: #8B8B8B. Windows color (decimal): -13779075 or 8240941. OLE color: 8240941.
HSL color Cylindrical-coordinate representation of color #2DBF7D: hue angle of 152.88º 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 #2DBF7D is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 125 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.25 |
| HSL | 152.88º | 0.62% | 0.46% | - |
| HSV(B) | 152.88º | 0.76% | 0.75% | - |
| XYZ | 23.41 | 39.3 | 25.75 | - |
| YUV | 139.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 125 | 0.76 | 0 | 0.35 | 0.25 | 152.88 | 0.62 | 0.46 |
| Hex | 2D | BF | 7D | 4C | 0 | 23 | 19 | 99 | 3E | 2E |
| Octal | 55 | 277 | 175 | 114 | 0 | 43 | 31 | 231 | 76 | 56 |
| Binary | 101101 | 10111111 | 1111101 | 1001100 | 0 | 100011 | 11001 | 10011001 | 111110 | 101110 |
Color Harmonies of #2DBF7D
Complementary color
Monochromatic Colors of #2DBF7D
Black with #2DBF7D
Text Example
Text Example
White with #2DBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF7D; }
p { color: rgb(45,191,125); }
H1.HeaderClassName
{
color: #2DBF7D;
}
.AnyTagClassName
{
color: #2DBF7D;
}
</style>
background-color css
<style>
a { background-color: #2DBF7D; }
a { background-color: rgb(45,191,125); }
div.DivClassName
{
background-color: #2DBF7D;
}
.BgClassName
{
background-color: #2DBF7D;
}
</style>
border-color css
<style>
span { border-color: #2DBF7D; }
span { border-color: rgb(45,191,125); }
td.TdClassName
{
border-color: #2DBF7D;
}
.TagClassName
{
border-color: #2DBF7D;
}
</style>