Shades of Medium Sea Green #2DAB6C
Tints of Medium Sea Green #2DAB6C
RGB
CMYK
RGB Variations
Color information
#2DAB6C (or 0x2DAB6C) is known color: Medium Sea Green. HEX triplet: 2D, AB and 6C. RGB value is (45,171,108). Sum of RGB (Red+Green+Blue) = 45+171+108=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAB6C is #D25493. Grayscale: #7E7E7E. Windows color (decimal): -13784212 or 7121709. OLE color: 7121709.
HSL color Cylindrical-coordinate representation of color #2DAB6C: hue angle of 150º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB6C is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 108 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.33 |
| HSL | 150º | 0.58% | 0.42% | - |
| HSV(B) | 150º | 0.74% | 0.67% | - |
| XYZ | 18.35 | 30.77 | 19.16 | - |
| YUV | 126.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 108 | 0.74 | 0 | 0.37 | 0.33 | 150 | 0.58 | 0.42 |
| Hex | 2D | AB | 6C | 4A | 0 | 25 | 21 | 96 | 3A | 2A |
| Octal | 55 | 253 | 154 | 112 | 0 | 45 | 41 | 226 | 72 | 52 |
| Binary | 101101 | 10101011 | 1101100 | 1001010 | 0 | 100101 | 100001 | 10010110 | 111010 | 101010 |
Color Harmonies of #2DAB6C
Complementary color
Monochromatic Colors of #2DAB6C
Black with #2DAB6C
Text Example
Text Example
White with #2DAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB6C; }
p { color: rgb(45,171,108); }
H1.HeaderClassName
{
color: #2DAB6C;
}
.AnyTagClassName
{
color: #2DAB6C;
}
</style>
background-color css
<style>
a { background-color: #2DAB6C; }
a { background-color: rgb(45,171,108); }
div.DivClassName
{
background-color: #2DAB6C;
}
.BgClassName
{
background-color: #2DAB6C;
}
</style>
border-color css
<style>
span { border-color: #2DAB6C; }
span { border-color: rgb(45,171,108); }
td.TdClassName
{
border-color: #2DAB6C;
}
.TagClassName
{
border-color: #2DAB6C;
}
</style>