Shades of Medium Sea Green #2DB06E
Tints of Medium Sea Green #2DB06E
RGB
CMYK
RGB Variations
Color information
#2DB06E (or 0x2DB06E) is known color: Medium Sea Green. HEX triplet: 2D, B0 and 6E. RGB value is (45,176,110). Sum of RGB (Red+Green+Blue) = 45+176+110=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB06E is #D24F91. Grayscale: #818181. Windows color (decimal): -13782930 or 7254061. OLE color: 7254061.
HSL color Cylindrical-coordinate representation of color #2DB06E: hue angle of 149.77º 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 #2DB06E is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 110 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.31 |
| HSL | 149.77º | 0.59% | 0.43% | - |
| HSV(B) | 149.77º | 0.74% | 0.69% | - |
| XYZ | 19.42 | 32.73 | 20.05 | - |
| YUV | 129.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 110 | 0.74 | 0 | 0.37 | 0.31 | 149.77 | 0.59 | 0.43 |
| Hex | 2D | B0 | 6E | 4A | 0 | 25 | 1F | 96 | 3B | 2B |
| Octal | 55 | 260 | 156 | 112 | 0 | 45 | 37 | 226 | 73 | 53 |
| Binary | 101101 | 10110000 | 1101110 | 1001010 | 0 | 100101 | 11111 | 10010110 | 111011 | 101011 |
Color Harmonies of #2DB06E
Complementary color
Monochromatic Colors of #2DB06E
Black with #2DB06E
Text Example
Text Example
White with #2DB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB06E; }
p { color: rgb(45,176,110); }
H1.HeaderClassName
{
color: #2DB06E;
}
.AnyTagClassName
{
color: #2DB06E;
}
</style>
background-color css
<style>
a { background-color: #2DB06E; }
a { background-color: rgb(45,176,110); }
div.DivClassName
{
background-color: #2DB06E;
}
.BgClassName
{
background-color: #2DB06E;
}
</style>
border-color css
<style>
span { border-color: #2DB06E; }
span { border-color: rgb(45,176,110); }
td.TdClassName
{
border-color: #2DB06E;
}
.TagClassName
{
border-color: #2DB06E;
}
</style>