Shades of Medium Sea Green #2DB465
Tints of Medium Sea Green #2DB465
RGB
CMYK
RGB Variations
Color information
#2DB465 (or 0x2DB465) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 65. RGB value is (45,180,101). Sum of RGB (Red+Green+Blue) = 45+180+101=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB465 is #D24B9A. Grayscale: #828282. Windows color (decimal): -13781915 or 6665261. OLE color: 6665261.
HSL color Cylindrical-coordinate representation of color #2DB465: hue angle of 144.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB465 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 101 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.29 |
| HSL | 144.89º | 0.6% | 0.44% | - |
| HSV(B) | 144.89º | 0.75% | 0.71% | - |
| XYZ | 19.75 | 34.14 | 17.86 | - |
| YUV | 130.63 | 111.27 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 101 | 0.75 | 0 | 0.44 | 0.29 | 144.89 | 0.6 | 0.44 |
| Hex | 2D | B4 | 65 | 4B | 0 | 2C | 1D | 91 | 3C | 2C |
| Octal | 55 | 264 | 145 | 113 | 0 | 54 | 35 | 221 | 74 | 54 |
| Binary | 101101 | 10110100 | 1100101 | 1001011 | 0 | 101100 | 11101 | 10010001 | 111100 | 101100 |
Color Harmonies of #2DB465
Complementary color
Monochromatic Colors of #2DB465
Black with #2DB465
Text Example
Text Example
White with #2DB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB465; }
p { color: rgb(45,180,101); }
H1.HeaderClassName
{
color: #2DB465;
}
.AnyTagClassName
{
color: #2DB465;
}
</style>
background-color css
<style>
a { background-color: #2DB465; }
a { background-color: rgb(45,180,101); }
div.DivClassName
{
background-color: #2DB465;
}
.BgClassName
{
background-color: #2DB465;
}
</style>
border-color css
<style>
span { border-color: #2DB465; }
span { border-color: rgb(45,180,101); }
td.TdClassName
{
border-color: #2DB465;
}
.TagClassName
{
border-color: #2DB465;
}
</style>