Shades of Medium Sea Green #2DA968
Tints of Medium Sea Green #2DA968
RGB
CMYK
RGB Variations
Color information
#2DA968 (or 0x2DA968) is known color: Medium Sea Green. HEX triplet: 2D, A9 and 68. RGB value is (45,169,104). Sum of RGB (Red+Green+Blue) = 45+169+104=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA968 is #D25697. Grayscale: #7C7C7C. Windows color (decimal): -13784728 or 6859053. OLE color: 6859053.
HSL color Cylindrical-coordinate representation of color #2DA968: hue angle of 148.55º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA968 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 104 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.34 |
| HSL | 148.55º | 0.58% | 0.42% | - |
| HSV(B) | 148.55º | 0.73% | 0.66% | - |
| XYZ | 17.77 | 29.93 | 17.94 | - |
| YUV | 124.51 | 116.42 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 104 | 0.73 | 0 | 0.38 | 0.34 | 148.55 | 0.58 | 0.42 |
| Hex | 2D | A9 | 68 | 49 | 0 | 26 | 22 | 95 | 3A | 2A |
| Octal | 55 | 251 | 150 | 111 | 0 | 46 | 42 | 225 | 72 | 52 |
| Binary | 101101 | 10101001 | 1101000 | 1001001 | 0 | 100110 | 100010 | 10010101 | 111010 | 101010 |
Color Harmonies of #2DA968
Complementary color
Monochromatic Colors of #2DA968
Black with #2DA968
Text Example
Text Example
White with #2DA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA968; }
p { color: rgb(45,169,104); }
H1.HeaderClassName
{
color: #2DA968;
}
.AnyTagClassName
{
color: #2DA968;
}
</style>
background-color css
<style>
a { background-color: #2DA968; }
a { background-color: rgb(45,169,104); }
div.DivClassName
{
background-color: #2DA968;
}
.BgClassName
{
background-color: #2DA968;
}
</style>
border-color css
<style>
span { border-color: #2DA968; }
span { border-color: rgb(45,169,104); }
td.TdClassName
{
border-color: #2DA968;
}
.TagClassName
{
border-color: #2DA968;
}
</style>