Shades of Medium Sea Green #2DB46A
Tints of Medium Sea Green #2DB46A
RGB
CMYK
RGB Variations
Color information
#2DB46A (or 0x2DB46A) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 6A. RGB value is (45,180,106). Sum of RGB (Red+Green+Blue) = 45+180+106=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB46A is #D24B95. Grayscale: #838383. Windows color (decimal): -13781910 or 6992941. OLE color: 6992941.
HSL color Cylindrical-coordinate representation of color #2DB46A: hue angle of 147.11º 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 #2DB46A is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 106 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.29 |
| HSL | 147.11º | 0.6% | 0.44% | - |
| HSV(B) | 147.11º | 0.75% | 0.71% | - |
| XYZ | 20 | 34.24 | 19.19 | - |
| YUV | 131.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 106 | 0.75 | 0 | 0.41 | 0.29 | 147.11 | 0.6 | 0.44 |
| Hex | 2D | B4 | 6A | 4B | 0 | 29 | 1D | 93 | 3C | 2C |
| Octal | 55 | 264 | 152 | 113 | 0 | 51 | 35 | 223 | 74 | 54 |
| Binary | 101101 | 10110100 | 1101010 | 1001011 | 0 | 101001 | 11101 | 10010011 | 111100 | 101100 |
Color Harmonies of #2DB46A
Complementary color
Monochromatic Colors of #2DB46A
Black with #2DB46A
Text Example
Text Example
White with #2DB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB46A; }
p { color: rgb(45,180,106); }
H1.HeaderClassName
{
color: #2DB46A;
}
.AnyTagClassName
{
color: #2DB46A;
}
</style>
background-color css
<style>
a { background-color: #2DB46A; }
a { background-color: rgb(45,180,106); }
div.DivClassName
{
background-color: #2DB46A;
}
.BgClassName
{
background-color: #2DB46A;
}
</style>
border-color css
<style>
span { border-color: #2DB46A; }
span { border-color: rgb(45,180,106); }
td.TdClassName
{
border-color: #2DB46A;
}
.TagClassName
{
border-color: #2DB46A;
}
</style>