Shades of Sea Green #2C8158
Tints of Sea Green #2C8158
RGB
CMYK
RGB Variations
Color information
#2C8158 (or 0x2C8158) is known color: Sea Green. HEX triplet: 2C, 81 and 58. RGB value is (44,129,88). Sum of RGB (Red+Green+Blue) = 44+129+88=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8158 is #D37EA7. Grayscale: #626262. Windows color (decimal): -13860520 or 5800236. OLE color: 5800236.
HSL color Cylindrical-coordinate representation of color #2C8158: hue angle of 151.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8158 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 129 | 88 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.49 |
| HSL | 151.06º | 0.49% | 0.34% | - |
| HSV(B) | 151.06º | 0.66% | 0.51% | - |
| XYZ | 10.65 | 16.94 | 11.94 | - |
| YUV | 98.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 88 | 0.66 | 0 | 0.32 | 0.49 | 151.06 | 0.49 | 0.34 |
| Hex | 2C | 81 | 58 | 42 | 0 | 20 | 31 | 97 | 31 | 22 |
| Octal | 54 | 201 | 130 | 102 | 0 | 40 | 61 | 227 | 61 | 42 |
| Binary | 101100 | 10000001 | 1011000 | 1000010 | 0 | 100000 | 110001 | 10010111 | 110001 | 100010 |
Color Harmonies of #2C8158
Complementary color
Monochromatic Colors of #2C8158
Black with #2C8158
Text Example
Text Example
White with #2C8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8158; }
p { color: rgb(44,129,88); }
H1.HeaderClassName
{
color: #2C8158;
}
.AnyTagClassName
{
color: #2C8158;
}
</style>
background-color css
<style>
a { background-color: #2C8158; }
a { background-color: rgb(44,129,88); }
div.DivClassName
{
background-color: #2C8158;
}
.BgClassName
{
background-color: #2C8158;
}
</style>
border-color css
<style>
span { border-color: #2C8158; }
span { border-color: rgb(44,129,88); }
td.TdClassName
{
border-color: #2C8158;
}
.TagClassName
{
border-color: #2C8158;
}
</style>