Shades of Medium Sea Green #2DBA64
Tints of Medium Sea Green #2DBA64
RGB
CMYK
RGB Variations
Color information
#2DBA64 (or 0x2DBA64) is known color: Medium Sea Green. HEX triplet: 2D, BA and 64. RGB value is (45,186,100). Sum of RGB (Red+Green+Blue) = 45+186+100=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA64 is #D2459B. Grayscale: #868686. Windows color (decimal): -13780380 or 6601261. OLE color: 6601261.
HSL color Cylindrical-coordinate representation of color #2DBA64: hue angle of 143.4º 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 #2DBA64 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 100 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.27 |
| HSL | 143.4º | 0.61% | 0.45% | - |
| HSV(B) | 143.4º | 0.76% | 0.73% | - |
| XYZ | 20.94 | 36.6 | 18.02 | - |
| YUV | 134.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 100 | 0.76 | 0 | 0.46 | 0.27 | 143.4 | 0.61 | 0.45 |
| Hex | 2D | BA | 64 | 4C | 0 | 2E | 1B | 8F | 3D | 2D |
| Octal | 55 | 272 | 144 | 114 | 0 | 56 | 33 | 217 | 75 | 55 |
| Binary | 101101 | 10111010 | 1100100 | 1001100 | 0 | 101110 | 11011 | 10001111 | 111101 | 101101 |
Color Harmonies of #2DBA64
Complementary color
Monochromatic Colors of #2DBA64
Black with #2DBA64
Text Example
Text Example
White with #2DBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA64; }
p { color: rgb(45,186,100); }
H1.HeaderClassName
{
color: #2DBA64;
}
.AnyTagClassName
{
color: #2DBA64;
}
</style>
background-color css
<style>
a { background-color: #2DBA64; }
a { background-color: rgb(45,186,100); }
div.DivClassName
{
background-color: #2DBA64;
}
.BgClassName
{
background-color: #2DBA64;
}
</style>
border-color css
<style>
span { border-color: #2DBA64; }
span { border-color: rgb(45,186,100); }
td.TdClassName
{
border-color: #2DBA64;
}
.TagClassName
{
border-color: #2DBA64;
}
</style>