Shades of Medium Sea Green #2DB26A
Tints of Medium Sea Green #2DB26A
RGB
CMYK
RGB Variations
Color information
#2DB26A (or 0x2DB26A) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 6A. RGB value is (45,178,106). Sum of RGB (Red+Green+Blue) = 45+178+106=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB26A is #D24D95. Grayscale: #828282. Windows color (decimal): -13782422 or 6992429. OLE color: 6992429.
HSL color Cylindrical-coordinate representation of color #2DB26A: hue angle of 147.52º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB26A is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 106 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.30 |
| HSL | 147.52º | 0.6% | 0.44% | - |
| HSV(B) | 147.52º | 0.75% | 0.7% | - |
| XYZ | 19.6 | 33.44 | 19.06 | - |
| YUV | 130.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 106 | 0.75 | 0 | 0.40 | 0.30 | 147.52 | 0.6 | 0.44 |
| Hex | 2D | B2 | 6A | 4B | 0 | 28 | 1E | 94 | 3C | 2C |
| Octal | 55 | 262 | 152 | 113 | 0 | 50 | 36 | 224 | 74 | 54 |
| Binary | 101101 | 10110010 | 1101010 | 1001011 | 0 | 101000 | 11110 | 10010100 | 111100 | 101100 |
Color Harmonies of #2DB26A
Complementary color
Monochromatic Colors of #2DB26A
Black with #2DB26A
Text Example
Text Example
White with #2DB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB26A; }
p { color: rgb(45,178,106); }
H1.HeaderClassName
{
color: #2DB26A;
}
.AnyTagClassName
{
color: #2DB26A;
}
</style>
background-color css
<style>
a { background-color: #2DB26A; }
a { background-color: rgb(45,178,106); }
div.DivClassName
{
background-color: #2DB26A;
}
.BgClassName
{
background-color: #2DB26A;
}
</style>
border-color css
<style>
span { border-color: #2DB26A; }
span { border-color: rgb(45,178,106); }
td.TdClassName
{
border-color: #2DB26A;
}
.TagClassName
{
border-color: #2DB26A;
}
</style>