Shades of Medium Sea Green #2DC378
Tints of Medium Sea Green #2DC378
RGB
CMYK
RGB Variations
Color information
#2DC378 (or 0x2DC378) is known color: Medium Sea Green. HEX triplet: 2D, C3 and 78. RGB value is (45,195,120). Sum of RGB (Red+Green+Blue) = 45+195+120=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC378 is #D23C87. Grayscale: #8D8D8D. Windows color (decimal): -13778056 or 7914285. OLE color: 7914285.
HSL color Cylindrical-coordinate representation of color #2DC378: hue angle of 150º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC378 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 120 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.24 |
| HSL | 150º | 0.63% | 0.47% | - |
| HSV(B) | 150º | 0.77% | 0.76% | - |
| XYZ | 23.99 | 40.94 | 24.41 | - |
| YUV | 141.6 | 115.81 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 120 | 0.77 | 0 | 0.38 | 0.24 | 150 | 0.63 | 0.47 |
| Hex | 2D | C3 | 78 | 4D | 0 | 26 | 18 | 96 | 3E | 2F |
| Octal | 55 | 303 | 170 | 115 | 0 | 46 | 30 | 226 | 76 | 57 |
| Binary | 101101 | 11000011 | 1111000 | 1001101 | 0 | 100110 | 11000 | 10010110 | 111110 | 101111 |
Color Harmonies of #2DC378
Complementary color
Monochromatic Colors of #2DC378
Black with #2DC378
Text Example
Text Example
White with #2DC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC378; }
p { color: rgb(45,195,120); }
H1.HeaderClassName
{
color: #2DC378;
}
.AnyTagClassName
{
color: #2DC378;
}
</style>
background-color css
<style>
a { background-color: #2DC378; }
a { background-color: rgb(45,195,120); }
div.DivClassName
{
background-color: #2DC378;
}
.BgClassName
{
background-color: #2DC378;
}
</style>
border-color css
<style>
span { border-color: #2DC378; }
span { border-color: rgb(45,195,120); }
td.TdClassName
{
border-color: #2DC378;
}
.TagClassName
{
border-color: #2DC378;
}
</style>