Shades of Medium Sea Green #2CB46D
Tints of Medium Sea Green #2CB46D
RGB
CMYK
RGB Variations
Color information
#2CB46D (or 0x2CB46D) is known color: Medium Sea Green. HEX triplet: 2C, B4 and 6D. RGB value is (44,180,109). Sum of RGB (Red+Green+Blue) = 44+180+109=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB46D is #D34B92. Grayscale: #838383. Windows color (decimal): -13847443 or 7189548. OLE color: 7189548.
HSL color Cylindrical-coordinate representation of color #2CB46D: hue angle of 148.68º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB46D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 109 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.29 |
| HSL | 148.68º | 0.61% | 0.44% | - |
| HSV(B) | 148.68º | 0.76% | 0.71% | - |
| XYZ | 20.12 | 34.28 | 20.02 | - |
| YUV | 131.24 | 115.44 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 109 | 0.76 | 0 | 0.39 | 0.29 | 148.68 | 0.61 | 0.44 |
| Hex | 2C | B4 | 6D | 4C | 0 | 27 | 1D | 95 | 3D | 2C |
| Octal | 54 | 264 | 155 | 114 | 0 | 47 | 35 | 225 | 75 | 54 |
| Binary | 101100 | 10110100 | 1101101 | 1001100 | 0 | 100111 | 11101 | 10010101 | 111101 | 101100 |
Color Harmonies of #2CB46D
Complementary color
Monochromatic Colors of #2CB46D
Black with #2CB46D
Text Example
Text Example
White with #2CB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB46D; }
p { color: rgb(44,180,109); }
H1.HeaderClassName
{
color: #2CB46D;
}
.AnyTagClassName
{
color: #2CB46D;
}
</style>
background-color css
<style>
a { background-color: #2CB46D; }
a { background-color: rgb(44,180,109); }
div.DivClassName
{
background-color: #2CB46D;
}
.BgClassName
{
background-color: #2CB46D;
}
</style>
border-color css
<style>
span { border-color: #2CB46D; }
span { border-color: rgb(44,180,109); }
td.TdClassName
{
border-color: #2CB46D;
}
.TagClassName
{
border-color: #2CB46D;
}
</style>