Shades of Medium Sea Green #2DB26C
Tints of Medium Sea Green #2DB26C
RGB
CMYK
RGB Variations
Color information
#2DB26C (or 0x2DB26C) is known color: Medium Sea Green. HEX triplet: 2D, B2 and 6C. RGB value is (45,178,108). Sum of RGB (Red+Green+Blue) = 45+178+108=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB26C is #D24D93. Grayscale: #828282. Windows color (decimal): -13782420 or 7123501. OLE color: 7123501.
HSL color Cylindrical-coordinate representation of color #2DB26C: hue angle of 148.42º 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 #2DB26C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 108 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.30 |
| HSL | 148.42º | 0.6% | 0.44% | - |
| HSV(B) | 148.42º | 0.75% | 0.7% | - |
| XYZ | 19.71 | 33.48 | 19.61 | - |
| YUV | 130.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 108 | 0.75 | 0 | 0.39 | 0.30 | 148.42 | 0.6 | 0.44 |
| Hex | 2D | B2 | 6C | 4B | 0 | 27 | 1E | 94 | 3C | 2C |
| Octal | 55 | 262 | 154 | 113 | 0 | 47 | 36 | 224 | 74 | 54 |
| Binary | 101101 | 10110010 | 1101100 | 1001011 | 0 | 100111 | 11110 | 10010100 | 111100 | 101100 |
Color Harmonies of #2DB26C
Complementary color
Monochromatic Colors of #2DB26C
Black with #2DB26C
Text Example
Text Example
White with #2DB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB26C; }
p { color: rgb(45,178,108); }
H1.HeaderClassName
{
color: #2DB26C;
}
.AnyTagClassName
{
color: #2DB26C;
}
</style>
background-color css
<style>
a { background-color: #2DB26C; }
a { background-color: rgb(45,178,108); }
div.DivClassName
{
background-color: #2DB26C;
}
.BgClassName
{
background-color: #2DB26C;
}
</style>
border-color css
<style>
span { border-color: #2DB26C; }
span { border-color: rgb(45,178,108); }
td.TdClassName
{
border-color: #2DB26C;
}
.TagClassName
{
border-color: #2DB26C;
}
</style>