Shades of Medium Sea Green #2DAF5E
Tints of Medium Sea Green #2DAF5E
RGB
CMYK
RGB Variations
Color information
#2DAF5E (or 0x2DAF5E) is known color: Medium Sea Green. HEX triplet: 2D, AF and 5E. RGB value is (45,175,94). Sum of RGB (Red+Green+Blue) = 45+175+94=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF5E is #D250A1. Grayscale: #7F7F7F. Windows color (decimal): -13783202 or 6205229. OLE color: 6205229.
HSL color Cylindrical-coordinate representation of color #2DAF5E: hue angle of 142.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF5E is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 94 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.31 |
| HSL | 142.62º | 0.59% | 0.43% | - |
| HSV(B) | 142.62º | 0.74% | 0.69% | - |
| XYZ | 18.43 | 32.03 | 15.8 | - |
| YUV | 126.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 94 | 0.74 | 0 | 0.46 | 0.31 | 142.62 | 0.59 | 0.43 |
| Hex | 2D | AF | 5E | 4A | 0 | 2E | 1F | 8F | 3B | 2B |
| Octal | 55 | 257 | 136 | 112 | 0 | 56 | 37 | 217 | 73 | 53 |
| Binary | 101101 | 10101111 | 1011110 | 1001010 | 0 | 101110 | 11111 | 10001111 | 111011 | 101011 |
Color Harmonies of #2DAF5E
Complementary color
Monochromatic Colors of #2DAF5E
Black with #2DAF5E
Text Example
Text Example
White with #2DAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF5E; }
p { color: rgb(45,175,94); }
H1.HeaderClassName
{
color: #2DAF5E;
}
.AnyTagClassName
{
color: #2DAF5E;
}
</style>
background-color css
<style>
a { background-color: #2DAF5E; }
a { background-color: rgb(45,175,94); }
div.DivClassName
{
background-color: #2DAF5E;
}
.BgClassName
{
background-color: #2DAF5E;
}
</style>
border-color css
<style>
span { border-color: #2DAF5E; }
span { border-color: rgb(45,175,94); }
td.TdClassName
{
border-color: #2DAF5E;
}
.TagClassName
{
border-color: #2DAF5E;
}
</style>