Shades of Medium Sea Green #2DB66A
Tints of Medium Sea Green #2DB66A
RGB
CMYK
RGB Variations
Color information
#2DB66A (or 0x2DB66A) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 6A. RGB value is (45,182,106). Sum of RGB (Red+Green+Blue) = 45+182+106=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB66A is #D24995. Grayscale: #848484. Windows color (decimal): -13781398 or 6993453. OLE color: 6993453.
HSL color Cylindrical-coordinate representation of color #2DB66A: hue angle of 146.72º 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 #2DB66A is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 106 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.29 |
| HSL | 146.72º | 0.6% | 0.45% | - |
| HSV(B) | 146.72º | 0.75% | 0.71% | - |
| XYZ | 20.41 | 35.05 | 19.33 | - |
| YUV | 132.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 106 | 0.75 | 0 | 0.42 | 0.29 | 146.72 | 0.6 | 0.45 |
| Hex | 2D | B6 | 6A | 4B | 0 | 2A | 1D | 93 | 3C | 2D |
| Octal | 55 | 266 | 152 | 113 | 0 | 52 | 35 | 223 | 74 | 55 |
| Binary | 101101 | 10110110 | 1101010 | 1001011 | 0 | 101010 | 11101 | 10010011 | 111100 | 101101 |
Color Harmonies of #2DB66A
Complementary color
Monochromatic Colors of #2DB66A
Black with #2DB66A
Text Example
Text Example
White with #2DB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB66A; }
p { color: rgb(45,182,106); }
H1.HeaderClassName
{
color: #2DB66A;
}
.AnyTagClassName
{
color: #2DB66A;
}
</style>
background-color css
<style>
a { background-color: #2DB66A; }
a { background-color: rgb(45,182,106); }
div.DivClassName
{
background-color: #2DB66A;
}
.BgClassName
{
background-color: #2DB66A;
}
</style>
border-color css
<style>
span { border-color: #2DB66A; }
span { border-color: rgb(45,182,106); }
td.TdClassName
{
border-color: #2DB66A;
}
.TagClassName
{
border-color: #2DB66A;
}
</style>