Shades of Medium Sea Green #2DB276
Tints of Medium Sea Green #2DB276
RGB
CMYK
RGB Variations
Color information
#2DB276 (or 0x2DB276) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 76. RGB value is (45,178,118). Sum of RGB (Red+Green+Blue) = 45+178+118=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB276 is #D24D89. Grayscale: #838383. Windows color (decimal): -13782410 or 7778861. OLE color: 7778861.
HSL color Cylindrical-coordinate representation of color #2DB276: hue angle of 152.93º 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 #2DB276 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 118 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.30 |
| HSL | 152.93º | 0.6% | 0.44% | - |
| HSV(B) | 152.93º | 0.75% | 0.7% | - |
| XYZ | 20.27 | 33.71 | 22.58 | - |
| YUV | 131.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 118 | 0.75 | 0 | 0.34 | 0.30 | 152.93 | 0.6 | 0.44 |
| Hex | 2D | B2 | 76 | 4B | 0 | 22 | 1E | 99 | 3C | 2C |
| Octal | 55 | 262 | 166 | 113 | 0 | 42 | 36 | 231 | 74 | 54 |
| Binary | 101101 | 10110010 | 1110110 | 1001011 | 0 | 100010 | 11110 | 10011001 | 111100 | 101100 |
Color Harmonies of #2DB276
Complementary color
Monochromatic Colors of #2DB276
Black with #2DB276
Text Example
Text Example
White with #2DB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB276; }
p { color: rgb(45,178,118); }
H1.HeaderClassName
{
color: #2DB276;
}
.AnyTagClassName
{
color: #2DB276;
}
</style>
background-color css
<style>
a { background-color: #2DB276; }
a { background-color: rgb(45,178,118); }
div.DivClassName
{
background-color: #2DB276;
}
.BgClassName
{
background-color: #2DB276;
}
</style>
border-color css
<style>
span { border-color: #2DB276; }
span { border-color: rgb(45,178,118); }
td.TdClassName
{
border-color: #2DB276;
}
.TagClassName
{
border-color: #2DB276;
}
</style>