Shades of Medium Sea Green #2DBF68
Tints of Medium Sea Green #2DBF68
RGB
CMYK
RGB Variations
Color information
#2DBF68 (or 0x2DBF68) is known color: Medium Sea Green. HEX triplet: 2D, BF and 68. RGB value is (45,191,104). Sum of RGB (Red+Green+Blue) = 45+191+104=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF68 is #D24097. Grayscale: #898989. Windows color (decimal): -13779096 or 6864685. OLE color: 6864685.
HSL color Cylindrical-coordinate representation of color #2DBF68: hue angle of 144.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF68 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 104 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.25 |
| HSL | 144.25º | 0.62% | 0.46% | - |
| HSV(B) | 144.25º | 0.76% | 0.75% | - |
| XYZ | 22.21 | 38.82 | 19.42 | - |
| YUV | 137.43 | 109.13 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 104 | 0.76 | 0 | 0.46 | 0.25 | 144.25 | 0.62 | 0.46 |
| Hex | 2D | BF | 68 | 4C | 0 | 2E | 19 | 90 | 3E | 2E |
| Octal | 55 | 277 | 150 | 114 | 0 | 56 | 31 | 220 | 76 | 56 |
| Binary | 101101 | 10111111 | 1101000 | 1001100 | 0 | 101110 | 11001 | 10010000 | 111110 | 101110 |
Color Harmonies of #2DBF68
Complementary color
Monochromatic Colors of #2DBF68
Black with #2DBF68
Text Example
Text Example
White with #2DBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF68; }
p { color: rgb(45,191,104); }
H1.HeaderClassName
{
color: #2DBF68;
}
.AnyTagClassName
{
color: #2DBF68;
}
</style>
background-color css
<style>
a { background-color: #2DBF68; }
a { background-color: rgb(45,191,104); }
div.DivClassName
{
background-color: #2DBF68;
}
.BgClassName
{
background-color: #2DBF68;
}
</style>
border-color css
<style>
span { border-color: #2DBF68; }
span { border-color: rgb(45,191,104); }
td.TdClassName
{
border-color: #2DBF68;
}
.TagClassName
{
border-color: #2DBF68;
}
</style>