Shades of Medium Sea Green #2DB66B
Tints of Medium Sea Green #2DB66B
RGB
CMYK
RGB Variations
Color information
#2DB66B (or 0x2DB66B) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 6B. RGB value is (45,182,107). Sum of RGB (Red+Green+Blue) = 45+182+107=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB66B is #D24994. Grayscale: #848484. Windows color (decimal): -13781397 or 7058989. OLE color: 7058989.
HSL color Cylindrical-coordinate representation of color #2DB66B: hue angle of 147.15º 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 #2DB66B is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 107 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.29 |
| HSL | 147.15º | 0.6% | 0.45% | - |
| HSV(B) | 147.15º | 0.75% | 0.71% | - |
| XYZ | 20.46 | 35.08 | 19.6 | - |
| YUV | 132.49 | 113.61 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 107 | 0.75 | 0 | 0.41 | 0.29 | 147.15 | 0.6 | 0.45 |
| Hex | 2D | B6 | 6B | 4B | 0 | 29 | 1D | 93 | 3C | 2D |
| Octal | 55 | 266 | 153 | 113 | 0 | 51 | 35 | 223 | 74 | 55 |
| Binary | 101101 | 10110110 | 1101011 | 1001011 | 0 | 101001 | 11101 | 10010011 | 111100 | 101101 |
Color Harmonies of #2DB66B
Complementary color
Monochromatic Colors of #2DB66B
Black with #2DB66B
Text Example
Text Example
White with #2DB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB66B; }
p { color: rgb(45,182,107); }
H1.HeaderClassName
{
color: #2DB66B;
}
.AnyTagClassName
{
color: #2DB66B;
}
</style>
background-color css
<style>
a { background-color: #2DB66B; }
a { background-color: rgb(45,182,107); }
div.DivClassName
{
background-color: #2DB66B;
}
.BgClassName
{
background-color: #2DB66B;
}
</style>
border-color css
<style>
span { border-color: #2DB66B; }
span { border-color: rgb(45,182,107); }
td.TdClassName
{
border-color: #2DB66B;
}
.TagClassName
{
border-color: #2DB66B;
}
</style>