Shades of Medium Sea Green #2DBE74
Tints of Medium Sea Green #2DBE74
RGB
CMYK
RGB Variations
Color information
#2DBE74 (or 0x2DBE74) is known color: Medium Sea Green. HEX triplet: 2D, BE and 74. RGB value is (45,190,116). Sum of RGB (Red+Green+Blue) = 45+190+116=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE74 is #D2418B. Grayscale: #8A8A8A. Windows color (decimal): -13779340 or 7650861. OLE color: 7650861.
HSL color Cylindrical-coordinate representation of color #2DBE74: hue angle of 149.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE74 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 116 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.25 |
| HSL | 149.38º | 0.62% | 0.46% | - |
| HSV(B) | 149.38º | 0.76% | 0.75% | - |
| XYZ | 22.65 | 38.65 | 22.79 | - |
| YUV | 138.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 116 | 0.76 | 0 | 0.39 | 0.25 | 149.38 | 0.62 | 0.46 |
| Hex | 2D | BE | 74 | 4C | 0 | 27 | 19 | 95 | 3E | 2E |
| Octal | 55 | 276 | 164 | 114 | 0 | 47 | 31 | 225 | 76 | 56 |
| Binary | 101101 | 10111110 | 1110100 | 1001100 | 0 | 100111 | 11001 | 10010101 | 111110 | 101110 |
Color Harmonies of #2DBE74
Complementary color
Monochromatic Colors of #2DBE74
Black with #2DBE74
Text Example
Text Example
White with #2DBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE74; }
p { color: rgb(45,190,116); }
H1.HeaderClassName
{
color: #2DBE74;
}
.AnyTagClassName
{
color: #2DBE74;
}
</style>
background-color css
<style>
a { background-color: #2DBE74; }
a { background-color: rgb(45,190,116); }
div.DivClassName
{
background-color: #2DBE74;
}
.BgClassName
{
background-color: #2DBE74;
}
</style>
border-color css
<style>
span { border-color: #2DBE74; }
span { border-color: rgb(45,190,116); }
td.TdClassName
{
border-color: #2DBE74;
}
.TagClassName
{
border-color: #2DBE74;
}
</style>