Shades of Medium Sea Green #2CBF65
Tints of Medium Sea Green #2CBF65
RGB
CMYK
RGB Variations
Color information
#2CBF65 (or 0x2CBF65) is known color: Medium Sea Green. HEX triplet: 2C, BF and 65. RGB value is (44,191,101). Sum of RGB (Red+Green+Blue) = 44+191+101=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF65 is #D3409A. Grayscale: #898989. Windows color (decimal): -13844635 or 6668076. OLE color: 6668076.
HSL color Cylindrical-coordinate representation of color #2CBF65: hue angle of 143.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF65 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 101 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.25 |
| HSL | 143.27º | 0.63% | 0.46% | - |
| HSV(B) | 143.27º | 0.77% | 0.75% | - |
| XYZ | 22.02 | 38.74 | 18.63 | - |
| YUV | 136.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 101 | 0.77 | 0 | 0.47 | 0.25 | 143.27 | 0.63 | 0.46 |
| Hex | 2C | BF | 65 | 4D | 0 | 2F | 19 | 8F | 3F | 2E |
| Octal | 54 | 277 | 145 | 115 | 0 | 57 | 31 | 217 | 77 | 56 |
| Binary | 101100 | 10111111 | 1100101 | 1001101 | 0 | 101111 | 11001 | 10001111 | 111111 | 101110 |
Color Harmonies of #2CBF65
Complementary color
Monochromatic Colors of #2CBF65
Black with #2CBF65
Text Example
Text Example
White with #2CBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF65; }
p { color: rgb(44,191,101); }
H1.HeaderClassName
{
color: #2CBF65;
}
.AnyTagClassName
{
color: #2CBF65;
}
</style>
background-color css
<style>
a { background-color: #2CBF65; }
a { background-color: rgb(44,191,101); }
div.DivClassName
{
background-color: #2CBF65;
}
.BgClassName
{
background-color: #2CBF65;
}
</style>
border-color css
<style>
span { border-color: #2CBF65; }
span { border-color: rgb(44,191,101); }
td.TdClassName
{
border-color: #2CBF65;
}
.TagClassName
{
border-color: #2CBF65;
}
</style>