Shades of Medium Sea Green #2DBF67
Tints of Medium Sea Green #2DBF67
RGB
CMYK
RGB Variations
Color information
#2DBF67 (or 0x2DBF67) is known color: Medium Sea Green. HEX triplet: 2D, BF and 67. RGB value is (45,191,103). Sum of RGB (Red+Green+Blue) = 45+191+103=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF67 is #D24098. Grayscale: #898989. Windows color (decimal): -13779097 or 6799149. OLE color: 6799149.
HSL color Cylindrical-coordinate representation of color #2DBF67: hue angle of 143.84º 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 #2DBF67 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 103 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.25 |
| HSL | 143.84º | 0.62% | 0.46% | - |
| HSV(B) | 143.84º | 0.76% | 0.75% | - |
| XYZ | 22.16 | 38.8 | 19.15 | - |
| YUV | 137.31 | 108.63 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 103 | 0.76 | 0 | 0.46 | 0.25 | 143.84 | 0.62 | 0.46 |
| Hex | 2D | BF | 67 | 4C | 0 | 2E | 19 | 90 | 3E | 2E |
| Octal | 55 | 277 | 147 | 114 | 0 | 56 | 31 | 220 | 76 | 56 |
| Binary | 101101 | 10111111 | 1100111 | 1001100 | 0 | 101110 | 11001 | 10010000 | 111110 | 101110 |
Color Harmonies of #2DBF67
Complementary color
Monochromatic Colors of #2DBF67
Black with #2DBF67
Text Example
Text Example
White with #2DBF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF67; }
p { color: rgb(45,191,103); }
H1.HeaderClassName
{
color: #2DBF67;
}
.AnyTagClassName
{
color: #2DBF67;
}
</style>
background-color css
<style>
a { background-color: #2DBF67; }
a { background-color: rgb(45,191,103); }
div.DivClassName
{
background-color: #2DBF67;
}
.BgClassName
{
background-color: #2DBF67;
}
</style>
border-color css
<style>
span { border-color: #2DBF67; }
span { border-color: rgb(45,191,103); }
td.TdClassName
{
border-color: #2DBF67;
}
.TagClassName
{
border-color: #2DBF67;
}
</style>