Shades of Medium Sea Green #2DBF65
Tints of Medium Sea Green #2DBF65
RGB
CMYK
RGB Variations
Color information
#2DBF65 (or 0x2DBF65) is known color: Medium Sea Green. HEX triplet: 2D, BF and 65. RGB value is (45,191,101). Sum of RGB (Red+Green+Blue) = 45+191+101=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF65 is #D2409A. Grayscale: #898989. Windows color (decimal): -13779099 or 6668077. OLE color: 6668077.
HSL color Cylindrical-coordinate representation of color #2DBF65: hue angle of 143.01º 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 #2DBF65 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 101 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.25 |
| HSL | 143.01º | 0.62% | 0.46% | - |
| HSV(B) | 143.01º | 0.76% | 0.75% | - |
| XYZ | 22.06 | 38.76 | 18.63 | - |
| YUV | 137.09 | 107.63 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 101 | 0.76 | 0 | 0.47 | 0.25 | 143.01 | 0.62 | 0.46 |
| Hex | 2D | BF | 65 | 4C | 0 | 2F | 19 | 8F | 3E | 2E |
| Octal | 55 | 277 | 145 | 114 | 0 | 57 | 31 | 217 | 76 | 56 |
| Binary | 101101 | 10111111 | 1100101 | 1001100 | 0 | 101111 | 11001 | 10001111 | 111110 | 101110 |
Color Harmonies of #2DBF65
Complementary color
Monochromatic Colors of #2DBF65
Black with #2DBF65
Text Example
Text Example
White with #2DBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF65; }
p { color: rgb(45,191,101); }
H1.HeaderClassName
{
color: #2DBF65;
}
.AnyTagClassName
{
color: #2DBF65;
}
</style>
background-color css
<style>
a { background-color: #2DBF65; }
a { background-color: rgb(45,191,101); }
div.DivClassName
{
background-color: #2DBF65;
}
.BgClassName
{
background-color: #2DBF65;
}
</style>
border-color css
<style>
span { border-color: #2DBF65; }
span { border-color: rgb(45,191,101); }
td.TdClassName
{
border-color: #2DBF65;
}
.TagClassName
{
border-color: #2DBF65;
}
</style>