Shades of Medium Sea Green #2DB46F
Tints of Medium Sea Green #2DB46F
RGB
CMYK
RGB Variations
Color information
#2DB46F (or 0x2DB46F) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 6F. RGB value is (45,180,111). Sum of RGB (Red+Green+Blue) = 45+180+111=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB46F is #D24B90. Grayscale: #838383. Windows color (decimal): -13781905 or 7320621. OLE color: 7320621.
HSL color Cylindrical-coordinate representation of color #2DB46F: hue angle of 149.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB46F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 111 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.29 |
| HSL | 149.33º | 0.6% | 0.44% | - |
| HSV(B) | 149.33º | 0.75% | 0.71% | - |
| XYZ | 20.27 | 34.35 | 20.6 | - |
| YUV | 131.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 111 | 0.75 | 0 | 0.38 | 0.29 | 149.33 | 0.6 | 0.44 |
| Hex | 2D | B4 | 6F | 4B | 0 | 26 | 1D | 95 | 3C | 2C |
| Octal | 55 | 264 | 157 | 113 | 0 | 46 | 35 | 225 | 74 | 54 |
| Binary | 101101 | 10110100 | 1101111 | 1001011 | 0 | 100110 | 11101 | 10010101 | 111100 | 101100 |
Color Harmonies of #2DB46F
Complementary color
Monochromatic Colors of #2DB46F
Black with #2DB46F
Text Example
Text Example
White with #2DB46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB46F; }
p { color: rgb(45,180,111); }
H1.HeaderClassName
{
color: #2DB46F;
}
.AnyTagClassName
{
color: #2DB46F;
}
</style>
background-color css
<style>
a { background-color: #2DB46F; }
a { background-color: rgb(45,180,111); }
div.DivClassName
{
background-color: #2DB46F;
}
.BgClassName
{
background-color: #2DB46F;
}
</style>
border-color css
<style>
span { border-color: #2DB46F; }
span { border-color: rgb(45,180,111); }
td.TdClassName
{
border-color: #2DB46F;
}
.TagClassName
{
border-color: #2DB46F;
}
</style>