Shades of Medium Sea Green #2DB365
Tints of Medium Sea Green #2DB365
RGB
CMYK
RGB Variations
Color information
#2DB365 (or 0x2DB365) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 65. RGB value is (45,179,101). Sum of RGB (Red+Green+Blue) = 45+179+101=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB365 is #D24C9A. Grayscale: #828282. Windows color (decimal): -13782171 or 6665005. OLE color: 6665005.
HSL color Cylindrical-coordinate representation of color #2DB365: hue angle of 145.07º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB365 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 101 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.30 |
| HSL | 145.07º | 0.6% | 0.44% | - |
| HSV(B) | 145.07º | 0.75% | 0.7% | - |
| XYZ | 19.55 | 33.74 | 17.79 | - |
| YUV | 130.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 101 | 0.75 | 0 | 0.44 | 0.30 | 145.07 | 0.6 | 0.44 |
| Hex | 2D | B3 | 65 | 4B | 0 | 2C | 1E | 91 | 3C | 2C |
| Octal | 55 | 263 | 145 | 113 | 0 | 54 | 36 | 221 | 74 | 54 |
| Binary | 101101 | 10110011 | 1100101 | 1001011 | 0 | 101100 | 11110 | 10010001 | 111100 | 101100 |
Color Harmonies of #2DB365
Complementary color
Monochromatic Colors of #2DB365
Black with #2DB365
Text Example
Text Example
White with #2DB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB365; }
p { color: rgb(45,179,101); }
H1.HeaderClassName
{
color: #2DB365;
}
.AnyTagClassName
{
color: #2DB365;
}
</style>
background-color css
<style>
a { background-color: #2DB365; }
a { background-color: rgb(45,179,101); }
div.DivClassName
{
background-color: #2DB365;
}
.BgClassName
{
background-color: #2DB365;
}
</style>
border-color css
<style>
span { border-color: #2DB365; }
span { border-color: rgb(45,179,101); }
td.TdClassName
{
border-color: #2DB365;
}
.TagClassName
{
border-color: #2DB365;
}
</style>