Shades of Medium Sea Green #2DBC68
Tints of Medium Sea Green #2DBC68
RGB
CMYK
RGB Variations
Color information
#2DBC68 (or 0x2DBC68) is known color: Medium Sea Green. HEX triplet: 2D, BC and 68. RGB value is (45,188,104). Sum of RGB (Red+Green+Blue) = 45+188+104=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC68 is #D24397. Grayscale: #878787. Windows color (decimal): -13779864 or 6863917. OLE color: 6863917.
HSL color Cylindrical-coordinate representation of color #2DBC68: hue angle of 144.76º 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 #2DBC68 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 104 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.26 |
| HSL | 144.76º | 0.61% | 0.46% | - |
| HSV(B) | 144.76º | 0.76% | 0.74% | - |
| XYZ | 21.56 | 37.52 | 19.2 | - |
| YUV | 135.67 | 110.12 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 104 | 0.76 | 0 | 0.45 | 0.26 | 144.76 | 0.61 | 0.46 |
| Hex | 2D | BC | 68 | 4C | 0 | 2D | 1A | 91 | 3D | 2E |
| Octal | 55 | 274 | 150 | 114 | 0 | 55 | 32 | 221 | 75 | 56 |
| Binary | 101101 | 10111100 | 1101000 | 1001100 | 0 | 101101 | 11010 | 10010001 | 111101 | 101110 |
Color Harmonies of #2DBC68
Complementary color
Monochromatic Colors of #2DBC68
Black with #2DBC68
Text Example
Text Example
White with #2DBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC68; }
p { color: rgb(45,188,104); }
H1.HeaderClassName
{
color: #2DBC68;
}
.AnyTagClassName
{
color: #2DBC68;
}
</style>
background-color css
<style>
a { background-color: #2DBC68; }
a { background-color: rgb(45,188,104); }
div.DivClassName
{
background-color: #2DBC68;
}
.BgClassName
{
background-color: #2DBC68;
}
</style>
border-color css
<style>
span { border-color: #2DBC68; }
span { border-color: rgb(45,188,104); }
td.TdClassName
{
border-color: #2DBC68;
}
.TagClassName
{
border-color: #2DBC68;
}
</style>