Shades of Medium Sea Green #2DB65B
Tints of Medium Sea Green #2DB65B
RGB
CMYK
RGB Variations
Color information
#2DB65B (or 0x2DB65B) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 5B. RGB value is (45,182,91). Sum of RGB (Red+Green+Blue) = 45+182+91=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB65B is #D249A4. Grayscale: #828282. Windows color (decimal): -13781413 or 6010413. OLE color: 6010413.
HSL color Cylindrical-coordinate representation of color #2DB65B: hue angle of 140.15º 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 #2DB65B is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 91 | - |
| CMYK | 0.75 | 0 | 0.5 | 0.29 |
| HSL | 140.15º | 0.6% | 0.45% | - |
| HSV(B) | 140.15º | 0.75% | 0.71% | - |
| XYZ | 19.7 | 34.77 | 15.57 | - |
| YUV | 130.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 91 | 0.75 | 0 | 0.5 | 0.29 | 140.15 | 0.6 | 0.45 |
| Hex | 2D | B6 | 5B | 4B | 0 | 32 | 1D | 8C | 3C | 2D |
| Octal | 55 | 266 | 133 | 113 | 0 | 62 | 35 | 214 | 74 | 55 |
| Binary | 101101 | 10110110 | 1011011 | 1001011 | 0 | 110010 | 11101 | 10001100 | 111100 | 101101 |
Color Harmonies of #2DB65B
Complementary color
Monochromatic Colors of #2DB65B
Black with #2DB65B
Text Example
Text Example
White with #2DB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB65B; }
p { color: rgb(45,182,91); }
H1.HeaderClassName
{
color: #2DB65B;
}
.AnyTagClassName
{
color: #2DB65B;
}
</style>
background-color css
<style>
a { background-color: #2DB65B; }
a { background-color: rgb(45,182,91); }
div.DivClassName
{
background-color: #2DB65B;
}
.BgClassName
{
background-color: #2DB65B;
}
</style>
border-color css
<style>
span { border-color: #2DB65B; }
span { border-color: rgb(45,182,91); }
td.TdClassName
{
border-color: #2DB65B;
}
.TagClassName
{
border-color: #2DB65B;
}
</style>