Shades of Medium Sea Green #2DB969
Tints of Medium Sea Green #2DB969
RGB
CMYK
RGB Variations
Color information
#2DB969 (or 0x2DB969) is known color: Medium Sea Green. HEX triplet: 2D, B9 and 69. RGB value is (45,185,105). Sum of RGB (Red+Green+Blue) = 45+185+105=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB969 is #D24696. Grayscale: #868686. Windows color (decimal): -13780631 or 6928685. OLE color: 6928685.
HSL color Cylindrical-coordinate representation of color #2DB969: hue angle of 145.71º 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 #2DB969 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 105 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.27 |
| HSL | 145.71º | 0.61% | 0.45% | - |
| HSV(B) | 145.71º | 0.76% | 0.73% | - |
| XYZ | 20.98 | 36.28 | 19.26 | - |
| YUV | 134.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 105 | 0.76 | 0 | 0.43 | 0.27 | 145.71 | 0.61 | 0.45 |
| Hex | 2D | B9 | 69 | 4C | 0 | 2B | 1B | 92 | 3D | 2D |
| Octal | 55 | 271 | 151 | 114 | 0 | 53 | 33 | 222 | 75 | 55 |
| Binary | 101101 | 10111001 | 1101001 | 1001100 | 0 | 101011 | 11011 | 10010010 | 111101 | 101101 |
Color Harmonies of #2DB969
Complementary color
Monochromatic Colors of #2DB969
Black with #2DB969
Text Example
Text Example
White with #2DB969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB969; }
p { color: rgb(45,185,105); }
H1.HeaderClassName
{
color: #2DB969;
}
.AnyTagClassName
{
color: #2DB969;
}
</style>
background-color css
<style>
a { background-color: #2DB969; }
a { background-color: rgb(45,185,105); }
div.DivClassName
{
background-color: #2DB969;
}
.BgClassName
{
background-color: #2DB969;
}
</style>
border-color css
<style>
span { border-color: #2DB969; }
span { border-color: rgb(45,185,105); }
td.TdClassName
{
border-color: #2DB969;
}
.TagClassName
{
border-color: #2DB969;
}
</style>