Shades of Medium Sea Green #2DBE6F
Tints of Medium Sea Green #2DBE6F
RGB
CMYK
RGB Variations
Color information
#2DBE6F (or 0x2DBE6F) is known color: Medium Sea Green. HEX triplet: 2D, BE and 6F. RGB value is (45,190,111). Sum of RGB (Red+Green+Blue) = 45+190+111=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE6F is #D24190. Grayscale: #898989. Windows color (decimal): -13779345 or 7323181. OLE color: 7323181.
HSL color Cylindrical-coordinate representation of color #2DBE6F: hue angle of 147.31º 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 #2DBE6F is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 111 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.25 |
| HSL | 147.31º | 0.62% | 0.46% | - |
| HSV(B) | 147.31º | 0.76% | 0.75% | - |
| XYZ | 22.36 | 38.53 | 21.3 | - |
| YUV | 137.64 | 112.96 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 111 | 0.76 | 0 | 0.42 | 0.25 | 147.31 | 0.62 | 0.46 |
| Hex | 2D | BE | 6F | 4C | 0 | 2A | 19 | 93 | 3E | 2E |
| Octal | 55 | 276 | 157 | 114 | 0 | 52 | 31 | 223 | 76 | 56 |
| Binary | 101101 | 10111110 | 1101111 | 1001100 | 0 | 101010 | 11001 | 10010011 | 111110 | 101110 |
Color Harmonies of #2DBE6F
Complementary color
Monochromatic Colors of #2DBE6F
Black with #2DBE6F
Text Example
Text Example
White with #2DBE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE6F; }
p { color: rgb(45,190,111); }
H1.HeaderClassName
{
color: #2DBE6F;
}
.AnyTagClassName
{
color: #2DBE6F;
}
</style>
background-color css
<style>
a { background-color: #2DBE6F; }
a { background-color: rgb(45,190,111); }
div.DivClassName
{
background-color: #2DBE6F;
}
.BgClassName
{
background-color: #2DBE6F;
}
</style>
border-color css
<style>
span { border-color: #2DBE6F; }
span { border-color: rgb(45,190,111); }
td.TdClassName
{
border-color: #2DBE6F;
}
.TagClassName
{
border-color: #2DBE6F;
}
</style>