Shades of Medium Sea Green #2DB67B
Tints of Medium Sea Green #2DB67B
RGB
CMYK
RGB Variations
Color information
#2DB67B (or 0x2DB67B) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 7B. RGB value is (45,182,123). Sum of RGB (Red+Green+Blue) = 45+182+123=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB67B is #D24984. Grayscale: #868686. Windows color (decimal): -13781381 or 8107565. OLE color: 8107565.
HSL color Cylindrical-coordinate representation of color #2DB67B: hue angle of 154.16º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB67B is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 123 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.29 |
| HSL | 154.16º | 0.6% | 0.45% | - |
| HSV(B) | 154.16º | 0.75% | 0.71% | - |
| XYZ | 21.39 | 35.44 | 24.45 | - |
| YUV | 134.31 | 121.61 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 123 | 0.75 | 0 | 0.32 | 0.29 | 154.16 | 0.6 | 0.45 |
| Hex | 2D | B6 | 7B | 4B | 0 | 20 | 1D | 9A | 3C | 2D |
| Octal | 55 | 266 | 173 | 113 | 0 | 40 | 35 | 232 | 74 | 55 |
| Binary | 101101 | 10110110 | 1111011 | 1001011 | 0 | 100000 | 11101 | 10011010 | 111100 | 101101 |
Color Harmonies of #2DB67B
Complementary color
Monochromatic Colors of #2DB67B
Black with #2DB67B
Text Example
Text Example
White with #2DB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB67B; }
p { color: rgb(45,182,123); }
H1.HeaderClassName
{
color: #2DB67B;
}
.AnyTagClassName
{
color: #2DB67B;
}
</style>
background-color css
<style>
a { background-color: #2DB67B; }
a { background-color: rgb(45,182,123); }
div.DivClassName
{
background-color: #2DB67B;
}
.BgClassName
{
background-color: #2DB67B;
}
</style>
border-color css
<style>
span { border-color: #2DB67B; }
span { border-color: rgb(45,182,123); }
td.TdClassName
{
border-color: #2DB67B;
}
.TagClassName
{
border-color: #2DB67B;
}
</style>