Shades of Medium Sea Green #2CB274
Tints of Medium Sea Green #2CB274
RGB
CMYK
RGB Variations
Color information
#2CB274 (or 0x2CB274) is known color: Medium Sea Green. HEX triplet: 2C, B2 and 74. RGB value is (44,178,116). Sum of RGB (Red+Green+Blue) = 44+178+116=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB274 is #D34D8B. Grayscale: #828282. Windows color (decimal): -13847948 or 7647788. OLE color: 7647788.
HSL color Cylindrical-coordinate representation of color #2CB274: hue angle of 152.24º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB274 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 116 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.30 |
| HSL | 152.24º | 0.6% | 0.44% | - |
| HSV(B) | 152.24º | 0.75% | 0.7% | - |
| XYZ | 20.11 | 33.64 | 21.96 | - |
| YUV | 130.87 | 119.61 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 116 | 0.75 | 0 | 0.35 | 0.30 | 152.24 | 0.6 | 0.44 |
| Hex | 2C | B2 | 74 | 4B | 0 | 23 | 1E | 98 | 3C | 2C |
| Octal | 54 | 262 | 164 | 113 | 0 | 43 | 36 | 230 | 74 | 54 |
| Binary | 101100 | 10110010 | 1110100 | 1001011 | 0 | 100011 | 11110 | 10011000 | 111100 | 101100 |
Color Harmonies of #2CB274
Complementary color
Monochromatic Colors of #2CB274
Black with #2CB274
Text Example
Text Example
White with #2CB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB274; }
p { color: rgb(44,178,116); }
H1.HeaderClassName
{
color: #2CB274;
}
.AnyTagClassName
{
color: #2CB274;
}
</style>
background-color css
<style>
a { background-color: #2CB274; }
a { background-color: rgb(44,178,116); }
div.DivClassName
{
background-color: #2CB274;
}
.BgClassName
{
background-color: #2CB274;
}
</style>
border-color css
<style>
span { border-color: #2CB274; }
span { border-color: rgb(44,178,116); }
td.TdClassName
{
border-color: #2CB274;
}
.TagClassName
{
border-color: #2CB274;
}
</style>