Shades of Medium Sea Green #2DAF61
Tints of Medium Sea Green #2DAF61
RGB
CMYK
RGB Variations
Color information
#2DAF61 (or 0x2DAF61) is known color: Medium Sea Green. HEX triplet: 2D, AF and 61. RGB value is (45,175,97). Sum of RGB (Red+Green+Blue) = 45+175+97=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF61 is #D2509E. Grayscale: #7F7F7F. Windows color (decimal): -13783199 or 6401837. OLE color: 6401837.
HSL color Cylindrical-coordinate representation of color #2DAF61: hue angle of 144º 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 #2DAF61 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 97 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.31 |
| HSL | 144º | 0.59% | 0.43% | - |
| HSV(B) | 144º | 0.74% | 0.69% | - |
| XYZ | 18.57 | 32.08 | 16.52 | - |
| YUV | 127.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 97 | 0.74 | 0 | 0.45 | 0.31 | 144 | 0.59 | 0.43 |
| Hex | 2D | AF | 61 | 4A | 0 | 2D | 1F | 90 | 3B | 2B |
| Octal | 55 | 257 | 141 | 112 | 0 | 55 | 37 | 220 | 73 | 53 |
| Binary | 101101 | 10101111 | 1100001 | 1001010 | 0 | 101101 | 11111 | 10010000 | 111011 | 101011 |
Color Harmonies of #2DAF61
Complementary color
Monochromatic Colors of #2DAF61
Black with #2DAF61
Text Example
Text Example
White with #2DAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF61; }
p { color: rgb(45,175,97); }
H1.HeaderClassName
{
color: #2DAF61;
}
.AnyTagClassName
{
color: #2DAF61;
}
</style>
background-color css
<style>
a { background-color: #2DAF61; }
a { background-color: rgb(45,175,97); }
div.DivClassName
{
background-color: #2DAF61;
}
.BgClassName
{
background-color: #2DAF61;
}
</style>
border-color css
<style>
span { border-color: #2DAF61; }
span { border-color: rgb(45,175,97); }
td.TdClassName
{
border-color: #2DAF61;
}
.TagClassName
{
border-color: #2DAF61;
}
</style>