Shades of Medium Sea Green #2DBF71
Tints of Medium Sea Green #2DBF71
RGB
CMYK
RGB Variations
Color information
#2DBF71 (or 0x2DBF71) is known color: Medium Sea Green. HEX triplet: 2D, BF and 71. RGB value is (45,191,113). Sum of RGB (Red+Green+Blue) = 45+191+113=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF71 is #D2408E. Grayscale: #8A8A8A. Windows color (decimal): -13779087 or 7454509. OLE color: 7454509.
HSL color Cylindrical-coordinate representation of color #2DBF71: hue angle of 147.95º 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 #2DBF71 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 113 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.25 |
| HSL | 147.95º | 0.62% | 0.46% | - |
| HSV(B) | 147.95º | 0.76% | 0.75% | - |
| XYZ | 22.69 | 39.01 | 21.96 | - |
| YUV | 138.45 | 113.63 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 113 | 0.76 | 0 | 0.41 | 0.25 | 147.95 | 0.62 | 0.46 |
| Hex | 2D | BF | 71 | 4C | 0 | 29 | 19 | 94 | 3E | 2E |
| Octal | 55 | 277 | 161 | 114 | 0 | 51 | 31 | 224 | 76 | 56 |
| Binary | 101101 | 10111111 | 1110001 | 1001100 | 0 | 101001 | 11001 | 10010100 | 111110 | 101110 |
Color Harmonies of #2DBF71
Complementary color
Monochromatic Colors of #2DBF71
Black with #2DBF71
Text Example
Text Example
White with #2DBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF71; }
p { color: rgb(45,191,113); }
H1.HeaderClassName
{
color: #2DBF71;
}
.AnyTagClassName
{
color: #2DBF71;
}
</style>
background-color css
<style>
a { background-color: #2DBF71; }
a { background-color: rgb(45,191,113); }
div.DivClassName
{
background-color: #2DBF71;
}
.BgClassName
{
background-color: #2DBF71;
}
</style>
border-color css
<style>
span { border-color: #2DBF71; }
span { border-color: rgb(45,191,113); }
td.TdClassName
{
border-color: #2DBF71;
}
.TagClassName
{
border-color: #2DBF71;
}
</style>