Shades of Medium Sea Green #2DBF56
Tints of Medium Sea Green #2DBF56
RGB
CMYK
RGB Variations
Color information
#2DBF56 (or 0x2DBF56) is known color: Medium Sea Green. HEX triplet: 2D, BF and 56. RGB value is (45,191,86). Sum of RGB (Red+Green+Blue) = 45+191+86=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF56 is #D240A9. Grayscale: #878787. Windows color (decimal): -13779114 or 5685037. OLE color: 5685037.
HSL color Cylindrical-coordinate representation of color #2DBF56: hue angle of 136.85º 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 #2DBF56 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 86 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.25 |
| HSL | 136.85º | 0.62% | 0.46% | - |
| HSV(B) | 136.85º | 0.76% | 0.75% | - |
| XYZ | 21.39 | 38.49 | 15.11 | - |
| YUV | 135.38 | 100.13 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 86 | 0.76 | 0 | 0.55 | 0.25 | 136.85 | 0.62 | 0.46 |
| Hex | 2D | BF | 56 | 4C | 0 | 37 | 19 | 89 | 3E | 2E |
| Octal | 55 | 277 | 126 | 114 | 0 | 67 | 31 | 211 | 76 | 56 |
| Binary | 101101 | 10111111 | 1010110 | 1001100 | 0 | 110111 | 11001 | 10001001 | 111110 | 101110 |
Color Harmonies of #2DBF56
Complementary color
Monochromatic Colors of #2DBF56
Black with #2DBF56
Text Example
Text Example
White with #2DBF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF56; }
p { color: rgb(45,191,86); }
H1.HeaderClassName
{
color: #2DBF56;
}
.AnyTagClassName
{
color: #2DBF56;
}
</style>
background-color css
<style>
a { background-color: #2DBF56; }
a { background-color: rgb(45,191,86); }
div.DivClassName
{
background-color: #2DBF56;
}
.BgClassName
{
background-color: #2DBF56;
}
</style>
border-color css
<style>
span { border-color: #2DBF56; }
span { border-color: rgb(45,191,86); }
td.TdClassName
{
border-color: #2DBF56;
}
.TagClassName
{
border-color: #2DBF56;
}
</style>