Shades of Medium Sea Green #2DBC65
Tints of Medium Sea Green #2DBC65
RGB
CMYK
RGB Variations
Color information
#2DBC65 (or 0x2DBC65) is known color: Medium Sea Green. HEX triplet: 2D, BC and 65. RGB value is (45,188,101). Sum of RGB (Red+Green+Blue) = 45+188+101=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC65 is #D2439A. Grayscale: #878787. Windows color (decimal): -13779867 or 6667309. OLE color: 6667309.
HSL color Cylindrical-coordinate representation of color #2DBC65: hue angle of 143.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC65 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 101 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.26 |
| HSL | 143.5º | 0.61% | 0.46% | - |
| HSV(B) | 143.5º | 0.76% | 0.74% | - |
| XYZ | 21.41 | 37.46 | 18.41 | - |
| YUV | 135.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 101 | 0.76 | 0 | 0.46 | 0.26 | 143.5 | 0.61 | 0.46 |
| Hex | 2D | BC | 65 | 4C | 0 | 2E | 1A | 8F | 3D | 2E |
| Octal | 55 | 274 | 145 | 114 | 0 | 56 | 32 | 217 | 75 | 56 |
| Binary | 101101 | 10111100 | 1100101 | 1001100 | 0 | 101110 | 11010 | 10001111 | 111101 | 101110 |
Color Harmonies of #2DBC65
Complementary color
Monochromatic Colors of #2DBC65
Black with #2DBC65
Text Example
Text Example
White with #2DBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC65; }
p { color: rgb(45,188,101); }
H1.HeaderClassName
{
color: #2DBC65;
}
.AnyTagClassName
{
color: #2DBC65;
}
</style>
background-color css
<style>
a { background-color: #2DBC65; }
a { background-color: rgb(45,188,101); }
div.DivClassName
{
background-color: #2DBC65;
}
.BgClassName
{
background-color: #2DBC65;
}
</style>
border-color css
<style>
span { border-color: #2DBC65; }
span { border-color: rgb(45,188,101); }
td.TdClassName
{
border-color: #2DBC65;
}
.TagClassName
{
border-color: #2DBC65;
}
</style>