Shades of Medium Sea Green #2DC069
Tints of Medium Sea Green #2DC069
RGB
CMYK
RGB Variations
Color information
#2DC069 (or 0x2DC069) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 69. RGB value is (45,192,105). Sum of RGB (Red+Green+Blue) = 45+192+105=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC069 is #D23F96. Grayscale: #8A8A8A. Windows color (decimal): -13778839 or 6930477. OLE color: 6930477.
HSL color Cylindrical-coordinate representation of color #2DC069: hue angle of 144.49º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC069 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 105 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.25 |
| HSL | 144.49º | 0.62% | 0.46% | - |
| HSV(B) | 144.49º | 0.77% | 0.75% | - |
| XYZ | 22.48 | 39.28 | 19.76 | - |
| YUV | 138.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 105 | 0.77 | 0 | 0.45 | 0.25 | 144.49 | 0.62 | 0.46 |
| Hex | 2D | C0 | 69 | 4D | 0 | 2D | 19 | 90 | 3E | 2E |
| Octal | 55 | 300 | 151 | 115 | 0 | 55 | 31 | 220 | 76 | 56 |
| Binary | 101101 | 11000000 | 1101001 | 1001101 | 0 | 101101 | 11001 | 10010000 | 111110 | 101110 |
Color Harmonies of #2DC069
Complementary color
Monochromatic Colors of #2DC069
Black with #2DC069
Text Example
Text Example
White with #2DC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC069; }
p { color: rgb(45,192,105); }
H1.HeaderClassName
{
color: #2DC069;
}
.AnyTagClassName
{
color: #2DC069;
}
</style>
background-color css
<style>
a { background-color: #2DC069; }
a { background-color: rgb(45,192,105); }
div.DivClassName
{
background-color: #2DC069;
}
.BgClassName
{
background-color: #2DC069;
}
</style>
border-color css
<style>
span { border-color: #2DC069; }
span { border-color: rgb(45,192,105); }
td.TdClassName
{
border-color: #2DC069;
}
.TagClassName
{
border-color: #2DC069;
}
</style>