Shades of Medium Sea Green #2DB661
Tints of Medium Sea Green #2DB661
RGB
CMYK
RGB Variations
Color information
#2DB661 (or 0x2DB661) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 61. RGB value is (45,182,97). Sum of RGB (Red+Green+Blue) = 45+182+97=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB661 is #D2499E. Grayscale: #838383. Windows color (decimal): -13781407 or 6403629. OLE color: 6403629.
HSL color Cylindrical-coordinate representation of color #2DB661: hue angle of 142.77º 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 #2DB661 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 97 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.29 |
| HSL | 142.77º | 0.6% | 0.45% | - |
| HSV(B) | 142.77º | 0.75% | 0.71% | - |
| XYZ | 19.97 | 34.88 | 16.99 | - |
| YUV | 131.35 | 108.61 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 97 | 0.75 | 0 | 0.47 | 0.29 | 142.77 | 0.6 | 0.45 |
| Hex | 2D | B6 | 61 | 4B | 0 | 2F | 1D | 8F | 3C | 2D |
| Octal | 55 | 266 | 141 | 113 | 0 | 57 | 35 | 217 | 74 | 55 |
| Binary | 101101 | 10110110 | 1100001 | 1001011 | 0 | 101111 | 11101 | 10001111 | 111100 | 101101 |
Color Harmonies of #2DB661
Complementary color
Monochromatic Colors of #2DB661
Black with #2DB661
Text Example
Text Example
White with #2DB661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB661; }
p { color: rgb(45,182,97); }
H1.HeaderClassName
{
color: #2DB661;
}
.AnyTagClassName
{
color: #2DB661;
}
</style>
background-color css
<style>
a { background-color: #2DB661; }
a { background-color: rgb(45,182,97); }
div.DivClassName
{
background-color: #2DB661;
}
.BgClassName
{
background-color: #2DB661;
}
</style>
border-color css
<style>
span { border-color: #2DB661; }
span { border-color: rgb(45,182,97); }
td.TdClassName
{
border-color: #2DB661;
}
.TagClassName
{
border-color: #2DB661;
}
</style>