Shades of Medium Sea Green #2DBE5A
Tints of Medium Sea Green #2DBE5A
RGB
CMYK
RGB Variations
Color information
#2DBE5A (or 0x2DBE5A) is known color: Medium Sea Green. HEX triplet: 2D, BE and 5A. RGB value is (45,190,90). Sum of RGB (Red+Green+Blue) = 45+190+90=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE5A is #D241A5. Grayscale: #878787. Windows color (decimal): -13779366 or 5946925. OLE color: 5946925.
HSL color Cylindrical-coordinate representation of color #2DBE5A: hue angle of 138.62º 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 #2DBE5A is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 90 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.25 |
| HSL | 138.62º | 0.62% | 0.46% | - |
| HSV(B) | 138.62º | 0.76% | 0.75% | - |
| XYZ | 21.34 | 38.12 | 15.91 | - |
| YUV | 135.25 | 102.46 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 90 | 0.76 | 0 | 0.53 | 0.25 | 138.62 | 0.62 | 0.46 |
| Hex | 2D | BE | 5A | 4C | 0 | 35 | 19 | 8B | 3E | 2E |
| Octal | 55 | 276 | 132 | 114 | 0 | 65 | 31 | 213 | 76 | 56 |
| Binary | 101101 | 10111110 | 1011010 | 1001100 | 0 | 110101 | 11001 | 10001011 | 111110 | 101110 |
Color Harmonies of #2DBE5A
Complementary color
Monochromatic Colors of #2DBE5A
Black with #2DBE5A
Text Example
Text Example
White with #2DBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE5A; }
p { color: rgb(45,190,90); }
H1.HeaderClassName
{
color: #2DBE5A;
}
.AnyTagClassName
{
color: #2DBE5A;
}
</style>
background-color css
<style>
a { background-color: #2DBE5A; }
a { background-color: rgb(45,190,90); }
div.DivClassName
{
background-color: #2DBE5A;
}
.BgClassName
{
background-color: #2DBE5A;
}
</style>
border-color css
<style>
span { border-color: #2DBE5A; }
span { border-color: rgb(45,190,90); }
td.TdClassName
{
border-color: #2DBE5A;
}
.TagClassName
{
border-color: #2DBE5A;
}
</style>