Shades of Medium Sea Green #2DBF59
Tints of Medium Sea Green #2DBF59
RGB
CMYK
RGB Variations
Color information
#2DBF59 (or 0x2DBF59) is known color: Medium Sea Green. HEX triplet: 2D, BF and 59. RGB value is (45,191,89). Sum of RGB (Red+Green+Blue) = 45+191+89=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF59 is #D240A6. Grayscale: #878787. Windows color (decimal): -13779111 or 5881645. OLE color: 5881645.
HSL color Cylindrical-coordinate representation of color #2DBF59: hue angle of 138.08º 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 #2DBF59 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 89 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.25 |
| HSL | 138.08º | 0.62% | 0.46% | - |
| HSV(B) | 138.08º | 0.76% | 0.75% | - |
| XYZ | 21.52 | 38.54 | 15.76 | - |
| YUV | 135.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 89 | 0.76 | 0 | 0.53 | 0.25 | 138.08 | 0.62 | 0.46 |
| Hex | 2D | BF | 59 | 4C | 0 | 35 | 19 | 8A | 3E | 2E |
| Octal | 55 | 277 | 131 | 114 | 0 | 65 | 31 | 212 | 76 | 56 |
| Binary | 101101 | 10111111 | 1011001 | 1001100 | 0 | 110101 | 11001 | 10001010 | 111110 | 101110 |
Color Harmonies of #2DBF59
Complementary color
Monochromatic Colors of #2DBF59
Black with #2DBF59
Text Example
Text Example
White with #2DBF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF59; }
p { color: rgb(45,191,89); }
H1.HeaderClassName
{
color: #2DBF59;
}
.AnyTagClassName
{
color: #2DBF59;
}
</style>
background-color css
<style>
a { background-color: #2DBF59; }
a { background-color: rgb(45,191,89); }
div.DivClassName
{
background-color: #2DBF59;
}
.BgClassName
{
background-color: #2DBF59;
}
</style>
border-color css
<style>
span { border-color: #2DBF59; }
span { border-color: rgb(45,191,89); }
td.TdClassName
{
border-color: #2DBF59;
}
.TagClassName
{
border-color: #2DBF59;
}
</style>