Shades of Medium Sea Green #2DB16D
Tints of Medium Sea Green #2DB16D
RGB
CMYK
RGB Variations
Color information
#2DB16D (or 0x2DB16D) is known color: Medium Sea Green. HEX triplet: 2D, B1 and 6D. RGB value is (45,177,109). Sum of RGB (Red+Green+Blue) = 45+177+109=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB16D is #D24E92. Grayscale: #818181. Windows color (decimal): -13782675 or 7188781. OLE color: 7188781.
HSL color Cylindrical-coordinate representation of color #2DB16D: hue angle of 149.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB16D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 109 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.31 |
| HSL | 149.09º | 0.59% | 0.44% | - |
| HSV(B) | 149.09º | 0.75% | 0.69% | - |
| XYZ | 19.56 | 33.11 | 19.83 | - |
| YUV | 129.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 109 | 0.75 | 0 | 0.38 | 0.31 | 149.09 | 0.59 | 0.44 |
| Hex | 2D | B1 | 6D | 4B | 0 | 26 | 1F | 95 | 3B | 2C |
| Octal | 55 | 261 | 155 | 113 | 0 | 46 | 37 | 225 | 73 | 54 |
| Binary | 101101 | 10110001 | 1101101 | 1001011 | 0 | 100110 | 11111 | 10010101 | 111011 | 101100 |
Color Harmonies of #2DB16D
Complementary color
Monochromatic Colors of #2DB16D
Black with #2DB16D
Text Example
Text Example
White with #2DB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB16D; }
p { color: rgb(45,177,109); }
H1.HeaderClassName
{
color: #2DB16D;
}
.AnyTagClassName
{
color: #2DB16D;
}
</style>
background-color css
<style>
a { background-color: #2DB16D; }
a { background-color: rgb(45,177,109); }
div.DivClassName
{
background-color: #2DB16D;
}
.BgClassName
{
background-color: #2DB16D;
}
</style>
border-color css
<style>
span { border-color: #2DB16D; }
span { border-color: rgb(45,177,109); }
td.TdClassName
{
border-color: #2DB16D;
}
.TagClassName
{
border-color: #2DB16D;
}
</style>