Shades of Medium Sea Green #2DBF69
Tints of Medium Sea Green #2DBF69
RGB
CMYK
RGB Variations
Color information
#2DBF69 (or 0x2DBF69) is known color: Medium Sea Green. HEX triplet: 2D, BF and 69. RGB value is (45,191,105). Sum of RGB (Red+Green+Blue) = 45+191+105=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF69 is #D24096. Grayscale: #898989. Windows color (decimal): -13779095 or 6930221. OLE color: 6930221.
HSL color Cylindrical-coordinate representation of color #2DBF69: hue angle of 144.66º 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 #2DBF69 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 105 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.25 |
| HSL | 144.66º | 0.62% | 0.46% | - |
| HSV(B) | 144.66º | 0.76% | 0.75% | - |
| XYZ | 22.26 | 38.84 | 19.69 | - |
| YUV | 137.54 | 109.63 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 105 | 0.76 | 0 | 0.45 | 0.25 | 144.66 | 0.62 | 0.46 |
| Hex | 2D | BF | 69 | 4C | 0 | 2D | 19 | 91 | 3E | 2E |
| Octal | 55 | 277 | 151 | 114 | 0 | 55 | 31 | 221 | 76 | 56 |
| Binary | 101101 | 10111111 | 1101001 | 1001100 | 0 | 101101 | 11001 | 10010001 | 111110 | 101110 |
Color Harmonies of #2DBF69
Complementary color
Monochromatic Colors of #2DBF69
Black with #2DBF69
Text Example
Text Example
White with #2DBF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF69; }
p { color: rgb(45,191,105); }
H1.HeaderClassName
{
color: #2DBF69;
}
.AnyTagClassName
{
color: #2DBF69;
}
</style>
background-color css
<style>
a { background-color: #2DBF69; }
a { background-color: rgb(45,191,105); }
div.DivClassName
{
background-color: #2DBF69;
}
.BgClassName
{
background-color: #2DBF69;
}
</style>
border-color css
<style>
span { border-color: #2DBF69; }
span { border-color: rgb(45,191,105); }
td.TdClassName
{
border-color: #2DBF69;
}
.TagClassName
{
border-color: #2DBF69;
}
</style>