Shades of Medium Sea Green #2DB95C
Tints of Medium Sea Green #2DB95C
RGB
CMYK
RGB Variations
Color information
#2DB95C (or 0x2DB95C) is known color: Medium Sea Green. HEX triplet: 2D, B9 and 5C. RGB value is (45,185,92). Sum of RGB (Red+Green+Blue) = 45+185+92=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB95C is #D246A3. Grayscale: #848484. Windows color (decimal): -13780644 or 6076717. OLE color: 6076717.
HSL color Cylindrical-coordinate representation of color #2DB95C: hue angle of 140.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB95C is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 92 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.27 |
| HSL | 140.14º | 0.61% | 0.45% | - |
| HSV(B) | 140.14º | 0.76% | 0.73% | - |
| XYZ | 20.36 | 36.03 | 16.01 | - |
| YUV | 132.54 | 105.12 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 92 | 0.76 | 0 | 0.50 | 0.27 | 140.14 | 0.61 | 0.45 |
| Hex | 2D | B9 | 5C | 4C | 0 | 32 | 1B | 8C | 3D | 2D |
| Octal | 55 | 271 | 134 | 114 | 0 | 62 | 33 | 214 | 75 | 55 |
| Binary | 101101 | 10111001 | 1011100 | 1001100 | 0 | 110010 | 11011 | 10001100 | 111101 | 101101 |
Color Harmonies of #2DB95C
Complementary color
Monochromatic Colors of #2DB95C
Black with #2DB95C
Text Example
Text Example
White with #2DB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB95C; }
p { color: rgb(45,185,92); }
H1.HeaderClassName
{
color: #2DB95C;
}
.AnyTagClassName
{
color: #2DB95C;
}
</style>
background-color css
<style>
a { background-color: #2DB95C; }
a { background-color: rgb(45,185,92); }
div.DivClassName
{
background-color: #2DB95C;
}
.BgClassName
{
background-color: #2DB95C;
}
</style>
border-color css
<style>
span { border-color: #2DB95C; }
span { border-color: rgb(45,185,92); }
td.TdClassName
{
border-color: #2DB95C;
}
.TagClassName
{
border-color: #2DB95C;
}
</style>