Shades of Medium Sea Green #2DAF6D
Tints of Medium Sea Green #2DAF6D
RGB
CMYK
RGB Variations
Color information
#2DAF6D (or 0x2DAF6D) is known color: Medium Sea Green. HEX triplet: 2D, AF and 6D. RGB value is (45,175,109). Sum of RGB (Red+Green+Blue) = 45+175+109=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF6D is #D25092. Grayscale: #808080. Windows color (decimal): -13783187 or 7188269. OLE color: 7188269.
HSL color Cylindrical-coordinate representation of color #2DAF6D: hue angle of 149.54º 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 #2DAF6D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 109 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.31 |
| HSL | 149.54º | 0.59% | 0.43% | - |
| HSV(B) | 149.54º | 0.74% | 0.69% | - |
| XYZ | 19.17 | 32.32 | 19.7 | - |
| YUV | 128.61 | 116.93 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 109 | 0.74 | 0 | 0.38 | 0.31 | 149.54 | 0.59 | 0.43 |
| Hex | 2D | AF | 6D | 4A | 0 | 26 | 1F | 96 | 3B | 2B |
| Octal | 55 | 257 | 155 | 112 | 0 | 46 | 37 | 226 | 73 | 53 |
| Binary | 101101 | 10101111 | 1101101 | 1001010 | 0 | 100110 | 11111 | 10010110 | 111011 | 101011 |
Color Harmonies of #2DAF6D
Complementary color
Monochromatic Colors of #2DAF6D
Black with #2DAF6D
Text Example
Text Example
White with #2DAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF6D; }
p { color: rgb(45,175,109); }
H1.HeaderClassName
{
color: #2DAF6D;
}
.AnyTagClassName
{
color: #2DAF6D;
}
</style>
background-color css
<style>
a { background-color: #2DAF6D; }
a { background-color: rgb(45,175,109); }
div.DivClassName
{
background-color: #2DAF6D;
}
.BgClassName
{
background-color: #2DAF6D;
}
</style>
border-color css
<style>
span { border-color: #2DAF6D; }
span { border-color: rgb(45,175,109); }
td.TdClassName
{
border-color: #2DAF6D;
}
.TagClassName
{
border-color: #2DAF6D;
}
</style>