Shades of Medium Sea Green #2DB366
Tints of Medium Sea Green #2DB366
RGB
CMYK
RGB Variations
Color information
#2DB366 (or 0x2DB366) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 66. RGB value is (45,179,102). Sum of RGB (Red+Green+Blue) = 45+179+102=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB366 is #D24C99. Grayscale: #828282. Windows color (decimal): -13782170 or 6730541. OLE color: 6730541.
HSL color Cylindrical-coordinate representation of color #2DB366: hue angle of 145.52º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB366 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 102 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.30 |
| HSL | 145.52º | 0.6% | 0.44% | - |
| HSV(B) | 145.52º | 0.75% | 0.7% | - |
| XYZ | 19.6 | 33.76 | 18.05 | - |
| YUV | 130.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 102 | 0.75 | 0 | 0.43 | 0.30 | 145.52 | 0.6 | 0.44 |
| Hex | 2D | B3 | 66 | 4B | 0 | 2B | 1E | 92 | 3C | 2C |
| Octal | 55 | 263 | 146 | 113 | 0 | 53 | 36 | 222 | 74 | 54 |
| Binary | 101101 | 10110011 | 1100110 | 1001011 | 0 | 101011 | 11110 | 10010010 | 111100 | 101100 |
Color Harmonies of #2DB366
Complementary color
Monochromatic Colors of #2DB366
Black with #2DB366
Text Example
Text Example
White with #2DB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB366; }
p { color: rgb(45,179,102); }
H1.HeaderClassName
{
color: #2DB366;
}
.AnyTagClassName
{
color: #2DB366;
}
</style>
background-color css
<style>
a { background-color: #2DB366; }
a { background-color: rgb(45,179,102); }
div.DivClassName
{
background-color: #2DB366;
}
.BgClassName
{
background-color: #2DB366;
}
</style>
border-color css
<style>
span { border-color: #2DB366; }
span { border-color: rgb(45,179,102); }
td.TdClassName
{
border-color: #2DB366;
}
.TagClassName
{
border-color: #2DB366;
}
</style>