Shades of Sea Green #2C9650
Tints of Sea Green #2C9650
RGB
CMYK
RGB Variations
Color information
#2C9650 (or 0x2C9650) is known color: Sea Green. HEX triplet: 2C, 96 and 50. RGB value is (44,150,80). Sum of RGB (Red+Green+Blue) = 44+150+80=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9650 is #D369AF. Grayscale: #6E6E6E. Windows color (decimal): -13855152 or 5281324. OLE color: 5281324.
HSL color Cylindrical-coordinate representation of color #2C9650: hue angle of 140.38º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9650 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 80 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.41 |
| HSL | 140.38º | 0.55% | 0.38% | - |
| HSV(B) | 140.38º | 0.71% | 0.59% | - |
| XYZ | 13.39 | 22.93 | 11.31 | - |
| YUV | 110.33 | 110.88 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 80 | 0.71 | 0 | 0.47 | 0.41 | 140.38 | 0.55 | 0.38 |
| Hex | 2C | 96 | 50 | 47 | 0 | 2F | 29 | 8C | 37 | 26 |
| Octal | 54 | 226 | 120 | 107 | 0 | 57 | 51 | 214 | 67 | 46 |
| Binary | 101100 | 10010110 | 1010000 | 1000111 | 0 | 101111 | 101001 | 10001100 | 110111 | 100110 |
Color Harmonies of #2C9650
Complementary color
Monochromatic Colors of #2C9650
Black with #2C9650
Text Example
Text Example
White with #2C9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9650; }
p { color: rgb(44,150,80); }
H1.HeaderClassName
{
color: #2C9650;
}
.AnyTagClassName
{
color: #2C9650;
}
</style>
background-color css
<style>
a { background-color: #2C9650; }
a { background-color: rgb(44,150,80); }
div.DivClassName
{
background-color: #2C9650;
}
.BgClassName
{
background-color: #2C9650;
}
</style>
border-color css
<style>
span { border-color: #2C9650; }
span { border-color: rgb(44,150,80); }
td.TdClassName
{
border-color: #2C9650;
}
.TagClassName
{
border-color: #2C9650;
}
</style>