Shades of Medium Sea Green #2DB278
Tints of Medium Sea Green #2DB278
RGB
CMYK
RGB Variations
Color information
#2DB278 (or 0x2DB278) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 78. RGB value is (45,178,120). Sum of RGB (Red+Green+Blue) = 45+178+120=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB278 is #D24D87. Grayscale: #838383. Windows color (decimal): -13782408 or 7909933. OLE color: 7909933.
HSL color Cylindrical-coordinate representation of color #2DB278: hue angle of 153.83º 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 #2DB278 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 120 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.30 |
| HSL | 153.83º | 0.6% | 0.44% | - |
| HSV(B) | 153.83º | 0.75% | 0.7% | - |
| XYZ | 20.39 | 33.75 | 23.21 | - |
| YUV | 131.62 | 121.44 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 120 | 0.75 | 0 | 0.33 | 0.30 | 153.83 | 0.6 | 0.44 |
| Hex | 2D | B2 | 78 | 4B | 0 | 21 | 1E | 9A | 3C | 2C |
| Octal | 55 | 262 | 170 | 113 | 0 | 41 | 36 | 232 | 74 | 54 |
| Binary | 101101 | 10110010 | 1111000 | 1001011 | 0 | 100001 | 11110 | 10011010 | 111100 | 101100 |
Color Harmonies of #2DB278
Complementary color
Monochromatic Colors of #2DB278
Black with #2DB278
Text Example
Text Example
White with #2DB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB278; }
p { color: rgb(45,178,120); }
H1.HeaderClassName
{
color: #2DB278;
}
.AnyTagClassName
{
color: #2DB278;
}
</style>
background-color css
<style>
a { background-color: #2DB278; }
a { background-color: rgb(45,178,120); }
div.DivClassName
{
background-color: #2DB278;
}
.BgClassName
{
background-color: #2DB278;
}
</style>
border-color css
<style>
span { border-color: #2DB278; }
span { border-color: rgb(45,178,120); }
td.TdClassName
{
border-color: #2DB278;
}
.TagClassName
{
border-color: #2DB278;
}
</style>