Shades of Medium Sea Green #2DB568
Tints of Medium Sea Green #2DB568
RGB
CMYK
RGB Variations
Color information
#2DB568 (or 0x2DB568) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 68. RGB value is (45,181,104). Sum of RGB (Red+Green+Blue) = 45+181+104=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB568 is #D24A97. Grayscale: #838383. Windows color (decimal): -13781656 or 6862125. OLE color: 6862125.
HSL color Cylindrical-coordinate representation of color #2DB568: hue angle of 146.03º 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 #2DB568 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 104 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.29 |
| HSL | 146.03º | 0.6% | 0.44% | - |
| HSV(B) | 146.03º | 0.75% | 0.71% | - |
| XYZ | 20.1 | 34.61 | 18.72 | - |
| YUV | 131.56 | 112.44 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 104 | 0.75 | 0 | 0.43 | 0.29 | 146.03 | 0.6 | 0.44 |
| Hex | 2D | B5 | 68 | 4B | 0 | 2B | 1D | 92 | 3C | 2C |
| Octal | 55 | 265 | 150 | 113 | 0 | 53 | 35 | 222 | 74 | 54 |
| Binary | 101101 | 10110101 | 1101000 | 1001011 | 0 | 101011 | 11101 | 10010010 | 111100 | 101100 |
Color Harmonies of #2DB568
Complementary color
Monochromatic Colors of #2DB568
Black with #2DB568
Text Example
Text Example
White with #2DB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB568; }
p { color: rgb(45,181,104); }
H1.HeaderClassName
{
color: #2DB568;
}
.AnyTagClassName
{
color: #2DB568;
}
</style>
background-color css
<style>
a { background-color: #2DB568; }
a { background-color: rgb(45,181,104); }
div.DivClassName
{
background-color: #2DB568;
}
.BgClassName
{
background-color: #2DB568;
}
</style>
border-color css
<style>
span { border-color: #2DB568; }
span { border-color: rgb(45,181,104); }
td.TdClassName
{
border-color: #2DB568;
}
.TagClassName
{
border-color: #2DB568;
}
</style>