Shades of Medium Sea Green #2DC26B
Tints of Medium Sea Green #2DC26B
RGB
CMYK
RGB Variations
Color information
#2DC26B (or 0x2DC26B) is known color: Medium Sea Green. HEX triplet: 2D, C2 and 6B. RGB value is (45,194,107). Sum of RGB (Red+Green+Blue) = 45+194+107=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC26B is #D23D94. Grayscale: #8B8B8B. Windows color (decimal): -13778325 or 7062061. OLE color: 7062061.
HSL color Cylindrical-coordinate representation of color #2DC26B: hue angle of 144.97º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC26B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 107 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.24 |
| HSL | 144.97º | 0.62% | 0.47% | - |
| HSV(B) | 144.97º | 0.77% | 0.76% | - |
| XYZ | 23.03 | 40.2 | 20.46 | - |
| YUV | 139.53 | 109.64 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 107 | 0.77 | 0 | 0.45 | 0.24 | 144.97 | 0.62 | 0.47 |
| Hex | 2D | C2 | 6B | 4D | 0 | 2D | 18 | 91 | 3E | 2F |
| Octal | 55 | 302 | 153 | 115 | 0 | 55 | 30 | 221 | 76 | 57 |
| Binary | 101101 | 11000010 | 1101011 | 1001101 | 0 | 101101 | 11000 | 10010001 | 111110 | 101111 |
Color Harmonies of #2DC26B
Complementary color
Monochromatic Colors of #2DC26B
Black with #2DC26B
Text Example
Text Example
White with #2DC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC26B; }
p { color: rgb(45,194,107); }
H1.HeaderClassName
{
color: #2DC26B;
}
.AnyTagClassName
{
color: #2DC26B;
}
</style>
background-color css
<style>
a { background-color: #2DC26B; }
a { background-color: rgb(45,194,107); }
div.DivClassName
{
background-color: #2DC26B;
}
.BgClassName
{
background-color: #2DC26B;
}
</style>
border-color css
<style>
span { border-color: #2DC26B; }
span { border-color: rgb(45,194,107); }
td.TdClassName
{
border-color: #2DC26B;
}
.TagClassName
{
border-color: #2DC26B;
}
</style>