Shades of Sea Green #2C9655
Tints of Sea Green #2C9655
RGB
CMYK
RGB Variations
Color information
#2C9655 (or 0x2C9655) is known color: Sea Green. HEX triplet: 2C, 96 and 55. RGB value is (44,150,85). Sum of RGB (Red+Green+Blue) = 44+150+85=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9655 is #D369AA. Grayscale: #6F6F6F. Windows color (decimal): -13855147 or 5609004. OLE color: 5609004.
HSL color Cylindrical-coordinate representation of color #2C9655: hue angle of 143.21º 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 #2C9655 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 150 | 85 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.41 |
| HSL | 143.21º | 0.55% | 0.38% | - |
| HSV(B) | 143.21º | 0.71% | 0.59% | - |
| XYZ | 13.58 | 23 | 12.32 | - |
| YUV | 110.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 150 | 85 | 0.71 | 0 | 0.43 | 0.41 | 143.21 | 0.55 | 0.38 |
| Hex | 2C | 96 | 55 | 47 | 0 | 2B | 29 | 8F | 37 | 26 |
| Octal | 54 | 226 | 125 | 107 | 0 | 53 | 51 | 217 | 67 | 46 |
| Binary | 101100 | 10010110 | 1010101 | 1000111 | 0 | 101011 | 101001 | 10001111 | 110111 | 100110 |
Color Harmonies of #2C9655
Complementary color
Monochromatic Colors of #2C9655
Black with #2C9655
Text Example
Text Example
White with #2C9655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9655; }
p { color: rgb(44,150,85); }
H1.HeaderClassName
{
color: #2C9655;
}
.AnyTagClassName
{
color: #2C9655;
}
</style>
background-color css
<style>
a { background-color: #2C9655; }
a { background-color: rgb(44,150,85); }
div.DivClassName
{
background-color: #2C9655;
}
.BgClassName
{
background-color: #2C9655;
}
</style>
border-color css
<style>
span { border-color: #2C9655; }
span { border-color: rgb(44,150,85); }
td.TdClassName
{
border-color: #2C9655;
}
.TagClassName
{
border-color: #2C9655;
}
</style>