Shades of Medium Sea Green #2DB56F
Tints of Medium Sea Green #2DB56F
RGB
CMYK
RGB Variations
Color information
#2DB56F (or 0x2DB56F) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 6F. RGB value is (45,181,111). Sum of RGB (Red+Green+Blue) = 45+181+111=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB56F is #D24A90. Grayscale: #848484. Windows color (decimal): -13781649 or 7320877. OLE color: 7320877.
HSL color Cylindrical-coordinate representation of color #2DB56F: hue angle of 149.12º 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 #2DB56F is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 111 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.29 |
| HSL | 149.12º | 0.6% | 0.44% | - |
| HSV(B) | 149.12º | 0.75% | 0.71% | - |
| XYZ | 20.48 | 34.75 | 20.67 | - |
| YUV | 132.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 111 | 0.75 | 0 | 0.39 | 0.29 | 149.12 | 0.6 | 0.44 |
| Hex | 2D | B5 | 6F | 4B | 0 | 27 | 1D | 95 | 3C | 2C |
| Octal | 55 | 265 | 157 | 113 | 0 | 47 | 35 | 225 | 74 | 54 |
| Binary | 101101 | 10110101 | 1101111 | 1001011 | 0 | 100111 | 11101 | 10010101 | 111100 | 101100 |
Color Harmonies of #2DB56F
Complementary color
Monochromatic Colors of #2DB56F
Black with #2DB56F
Text Example
Text Example
White with #2DB56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB56F; }
p { color: rgb(45,181,111); }
H1.HeaderClassName
{
color: #2DB56F;
}
.AnyTagClassName
{
color: #2DB56F;
}
</style>
background-color css
<style>
a { background-color: #2DB56F; }
a { background-color: rgb(45,181,111); }
div.DivClassName
{
background-color: #2DB56F;
}
.BgClassName
{
background-color: #2DB56F;
}
</style>
border-color css
<style>
span { border-color: #2DB56F; }
span { border-color: rgb(45,181,111); }
td.TdClassName
{
border-color: #2DB56F;
}
.TagClassName
{
border-color: #2DB56F;
}
</style>