Shades of Medium Sea Green #2DB679
Tints of Medium Sea Green #2DB679
RGB
CMYK
RGB Variations
Color information
#2DB679 (or 0x2DB679) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 79. RGB value is (45,182,121). Sum of RGB (Red+Green+Blue) = 45+182+121=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB679 is #D24986. Grayscale: #868686. Windows color (decimal): -13781383 or 7976493. OLE color: 7976493.
HSL color Cylindrical-coordinate representation of color #2DB679: hue angle of 153.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB679 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 121 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.29 |
| HSL | 153.28º | 0.6% | 0.45% | - |
| HSV(B) | 153.28º | 0.75% | 0.71% | - |
| XYZ | 21.26 | 35.39 | 23.8 | - |
| YUV | 134.08 | 120.61 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 121 | 0.75 | 0 | 0.34 | 0.29 | 153.28 | 0.6 | 0.45 |
| Hex | 2D | B6 | 79 | 4B | 0 | 22 | 1D | 99 | 3C | 2D |
| Octal | 55 | 266 | 171 | 113 | 0 | 42 | 35 | 231 | 74 | 55 |
| Binary | 101101 | 10110110 | 1111001 | 1001011 | 0 | 100010 | 11101 | 10011001 | 111100 | 101101 |
Color Harmonies of #2DB679
Complementary color
Monochromatic Colors of #2DB679
Black with #2DB679
Text Example
Text Example
White with #2DB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB679; }
p { color: rgb(45,182,121); }
H1.HeaderClassName
{
color: #2DB679;
}
.AnyTagClassName
{
color: #2DB679;
}
</style>
background-color css
<style>
a { background-color: #2DB679; }
a { background-color: rgb(45,182,121); }
div.DivClassName
{
background-color: #2DB679;
}
.BgClassName
{
background-color: #2DB679;
}
</style>
border-color css
<style>
span { border-color: #2DB679; }
span { border-color: rgb(45,182,121); }
td.TdClassName
{
border-color: #2DB679;
}
.TagClassName
{
border-color: #2DB679;
}
</style>