Shades of Sea Green #2C9854
Tints of Sea Green #2C9854
RGB
CMYK
RGB Variations
Color information
#2C9854 (or 0x2C9854) is known color: Sea Green. HEX triplet: 2C, 98 and 54. RGB value is (44,152,84). Sum of RGB (Red+Green+Blue) = 44+152+84=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #2C9854 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9854 is #D367AB. Grayscale: #707070. Windows color (decimal): -13854636 or 5543980. OLE color: 5543980.
HSL color Cylindrical-coordinate representation of color #2C9854: hue angle of 142.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9854 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 84 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.40 |
| HSL | 142.22º | 0.55% | 0.38% | - |
| HSV(B) | 142.22º | 0.71% | 0.6% | - |
| XYZ | 13.87 | 23.63 | 12.22 | - |
| YUV | 111.96 | 112.22 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 84 | 0.71 | 0 | 0.45 | 0.40 | 142.22 | 0.55 | 0.38 |
| Hex | 2C | 98 | 54 | 47 | 0 | 2D | 28 | 8E | 37 | 26 |
| Octal | 54 | 230 | 124 | 107 | 0 | 55 | 50 | 216 | 67 | 46 |
| Binary | 101100 | 10011000 | 1010100 | 1000111 | 0 | 101101 | 101000 | 10001110 | 110111 | 100110 |
Color Harmonies of #2C9854
Complementary color
Monochromatic Colors of #2C9854
Black with #2C9854
Text Example
Text Example
White with #2C9854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9854; }
p { color: rgb(44,152,84); }
H1.HeaderClassName
{
color: #2C9854;
}
.AnyTagClassName
{
color: #2C9854;
}
</style>
background-color css
<style>
a { background-color: #2C9854; }
a { background-color: rgb(44,152,84); }
div.DivClassName
{
background-color: #2C9854;
}
.BgClassName
{
background-color: #2C9854;
}
</style>
border-color css
<style>
span { border-color: #2C9854; }
span { border-color: rgb(44,152,84); }
td.TdClassName
{
border-color: #2C9854;
}
.TagClassName
{
border-color: #2C9854;
}
</style>