Shades of Medium Sea Green #2DC865
Tints of Medium Sea Green #2DC865
RGB
CMYK
RGB Variations
Color information
#2DC865 (or 0x2DC865) is known color: Medium Sea Green. HEX triplet: 2D, C8 and 65. RGB value is (45,200,101). Sum of RGB (Red+Green+Blue) = 45+200+101=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC865 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC865 is #D2379A. Grayscale: #8E8E8E. Windows color (decimal): -13776795 or 6670381. OLE color: 6670381.
HSL color Cylindrical-coordinate representation of color #2DC865: hue angle of 141.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC865 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 101 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.22 |
| HSL | 141.68º | 0.63% | 0.48% | - |
| HSV(B) | 141.68º | 0.78% | 0.78% | - |
| XYZ | 24.09 | 42.81 | 19.3 | - |
| YUV | 142.37 | 104.65 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 101 | 0.78 | 0 | 0.49 | 0.22 | 141.68 | 0.63 | 0.48 |
| Hex | 2D | C8 | 65 | 4E | 0 | 31 | 16 | 8E | 3F | 30 |
| Octal | 55 | 310 | 145 | 116 | 0 | 61 | 26 | 216 | 77 | 60 |
| Binary | 101101 | 11001000 | 1100101 | 1001110 | 0 | 110001 | 10110 | 10001110 | 111111 | 110000 |
Color Harmonies of #2DC865
Complementary color
Monochromatic Colors of #2DC865
Black with #2DC865
Text Example
Text Example
White with #2DC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC865; }
p { color: rgb(45,200,101); }
H1.HeaderClassName
{
color: #2DC865;
}
.AnyTagClassName
{
color: #2DC865;
}
</style>
background-color css
<style>
a { background-color: #2DC865; }
a { background-color: rgb(45,200,101); }
div.DivClassName
{
background-color: #2DC865;
}
.BgClassName
{
background-color: #2DC865;
}
</style>
border-color css
<style>
span { border-color: #2DC865; }
span { border-color: rgb(45,200,101); }
td.TdClassName
{
border-color: #2DC865;
}
.TagClassName
{
border-color: #2DC865;
}
</style>