Shades of Medium Sea Green #2DBF63
Tints of Medium Sea Green #2DBF63
RGB
CMYK
RGB Variations
Color information
#2DBF63 (or 0x2DBF63) is known color: Medium Sea Green. HEX triplet: 2D, BF and 63. RGB value is (45,191,99). Sum of RGB (Red+Green+Blue) = 45+191+99=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF63 is #D2409C. Grayscale: #898989. Windows color (decimal): -13779101 or 6537005. OLE color: 6537005.
HSL color Cylindrical-coordinate representation of color #2DBF63: hue angle of 142.19º 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 #2DBF63 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 99 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.25 |
| HSL | 142.19º | 0.62% | 0.46% | - |
| HSV(B) | 142.19º | 0.76% | 0.75% | - |
| XYZ | 21.97 | 38.72 | 18.12 | - |
| YUV | 136.86 | 106.63 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 99 | 0.76 | 0 | 0.48 | 0.25 | 142.19 | 0.62 | 0.46 |
| Hex | 2D | BF | 63 | 4C | 0 | 30 | 19 | 8E | 3E | 2E |
| Octal | 55 | 277 | 143 | 114 | 0 | 60 | 31 | 216 | 76 | 56 |
| Binary | 101101 | 10111111 | 1100011 | 1001100 | 0 | 110000 | 11001 | 10001110 | 111110 | 101110 |
Color Harmonies of #2DBF63
Complementary color
Monochromatic Colors of #2DBF63
Black with #2DBF63
Text Example
Text Example
White with #2DBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF63; }
p { color: rgb(45,191,99); }
H1.HeaderClassName
{
color: #2DBF63;
}
.AnyTagClassName
{
color: #2DBF63;
}
</style>
background-color css
<style>
a { background-color: #2DBF63; }
a { background-color: rgb(45,191,99); }
div.DivClassName
{
background-color: #2DBF63;
}
.BgClassName
{
background-color: #2DBF63;
}
</style>
border-color css
<style>
span { border-color: #2DBF63; }
span { border-color: rgb(45,191,99); }
td.TdClassName
{
border-color: #2DBF63;
}
.TagClassName
{
border-color: #2DBF63;
}
</style>