Shades of Medium Sea Green #2DCB74
Tints of Medium Sea Green #2DCB74
RGB
CMYK
RGB Variations
Color information
#2DCB74 (or 0x2DCB74) is known color: Medium Sea Green. HEX triplet: 2D, CB and 74. RGB value is (45,203,116). Sum of RGB (Red+Green+Blue) = 45+203+116=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCB74 is #D2348B. Grayscale: #929292. Windows color (decimal): -13776012 or 7654189. OLE color: 7654189.
HSL color Cylindrical-coordinate representation of color #2DCB74: hue angle of 146.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB74 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 116 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.20 |
| HSL | 146.96º | 0.64% | 0.49% | - |
| HSV(B) | 146.96º | 0.78% | 0.8% | - |
| XYZ | 25.59 | 44.53 | 23.77 | - |
| YUV | 145.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 116 | 0.78 | 0 | 0.43 | 0.20 | 146.96 | 0.64 | 0.49 |
| Hex | 2D | CB | 74 | 4E | 0 | 2B | 14 | 93 | 40 | 31 |
| Octal | 55 | 313 | 164 | 116 | 0 | 53 | 24 | 223 | 100 | 61 |
| Binary | 101101 | 11001011 | 1110100 | 1001110 | 0 | 101011 | 10100 | 10010011 | 1000000 | 110001 |
Color Harmonies of #2DCB74
Complementary color
Monochromatic Colors of #2DCB74
Black with #2DCB74
Text Example
Text Example
White with #2DCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB74; }
p { color: rgb(45,203,116); }
H1.HeaderClassName
{
color: #2DCB74;
}
.AnyTagClassName
{
color: #2DCB74;
}
</style>
background-color css
<style>
a { background-color: #2DCB74; }
a { background-color: rgb(45,203,116); }
div.DivClassName
{
background-color: #2DCB74;
}
.BgClassName
{
background-color: #2DCB74;
}
</style>
border-color css
<style>
span { border-color: #2DCB74; }
span { border-color: rgb(45,203,116); }
td.TdClassName
{
border-color: #2DCB74;
}
.TagClassName
{
border-color: #2DCB74;
}
</style>