Shades of Medium Sea Green #2DBA67
Tints of Medium Sea Green #2DBA67
RGB
CMYK
RGB Variations
Color information
#2DBA67 (or 0x2DBA67) is known color: Medium Sea Green. HEX triplet: 2D, BA and 67. RGB value is (45,186,103). Sum of RGB (Red+Green+Blue) = 45+186+103=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA67 is #D24598. Grayscale: #868686. Windows color (decimal): -13780377 or 6797869. OLE color: 6797869.
HSL color Cylindrical-coordinate representation of color #2DBA67: hue angle of 144.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA67 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 103 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.27 |
| HSL | 144.68º | 0.61% | 0.45% | - |
| HSV(B) | 144.68º | 0.76% | 0.73% | - |
| XYZ | 21.09 | 36.65 | 18.8 | - |
| YUV | 134.38 | 110.29 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 103 | 0.76 | 0 | 0.45 | 0.27 | 144.68 | 0.61 | 0.45 |
| Hex | 2D | BA | 67 | 4C | 0 | 2D | 1B | 91 | 3D | 2D |
| Octal | 55 | 272 | 147 | 114 | 0 | 55 | 33 | 221 | 75 | 55 |
| Binary | 101101 | 10111010 | 1100111 | 1001100 | 0 | 101101 | 11011 | 10010001 | 111101 | 101101 |
Color Harmonies of #2DBA67
Complementary color
Monochromatic Colors of #2DBA67
Black with #2DBA67
Text Example
Text Example
White with #2DBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA67; }
p { color: rgb(45,186,103); }
H1.HeaderClassName
{
color: #2DBA67;
}
.AnyTagClassName
{
color: #2DBA67;
}
</style>
background-color css
<style>
a { background-color: #2DBA67; }
a { background-color: rgb(45,186,103); }
div.DivClassName
{
background-color: #2DBA67;
}
.BgClassName
{
background-color: #2DBA67;
}
</style>
border-color css
<style>
span { border-color: #2DBA67; }
span { border-color: rgb(45,186,103); }
td.TdClassName
{
border-color: #2DBA67;
}
.TagClassName
{
border-color: #2DBA67;
}
</style>