Shades of Sea Green #2C8E4E
Tints of Sea Green #2C8E4E
RGB
CMYK
RGB Variations
Color information
#2C8E4E (or 0x2C8E4E) is known color: Sea Green. HEX triplet: 2C, 8E and 4E. RGB value is (44,142,78). Sum of RGB (Red+Green+Blue) = 44+142+78=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E4E is #D371B1. Grayscale: #696969. Windows color (decimal): -13857202 or 5148204. OLE color: 5148204.
HSL color Cylindrical-coordinate representation of color #2C8E4E: hue angle of 140.82º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E4E is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 78 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.44 |
| HSL | 140.82º | 0.53% | 0.36% | - |
| HSV(B) | 140.82º | 0.69% | 0.56% | - |
| XYZ | 12.09 | 20.43 | 10.51 | - |
| YUV | 105.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 78 | 0.69 | 0 | 0.45 | 0.44 | 140.82 | 0.53 | 0.36 |
| Hex | 2C | 8E | 4E | 45 | 0 | 2D | 2C | 8D | 35 | 24 |
| Octal | 54 | 216 | 116 | 105 | 0 | 55 | 54 | 215 | 65 | 44 |
| Binary | 101100 | 10001110 | 1001110 | 1000101 | 0 | 101101 | 101100 | 10001101 | 110101 | 100100 |
Color Harmonies of #2C8E4E
Complementary color
Monochromatic Colors of #2C8E4E
Black with #2C8E4E
Text Example
Text Example
White with #2C8E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E4E; }
p { color: rgb(44,142,78); }
H1.HeaderClassName
{
color: #2C8E4E;
}
.AnyTagClassName
{
color: #2C8E4E;
}
</style>
background-color css
<style>
a { background-color: #2C8E4E; }
a { background-color: rgb(44,142,78); }
div.DivClassName
{
background-color: #2C8E4E;
}
.BgClassName
{
background-color: #2C8E4E;
}
</style>
border-color css
<style>
span { border-color: #2C8E4E; }
span { border-color: rgb(44,142,78); }
td.TdClassName
{
border-color: #2C8E4E;
}
.TagClassName
{
border-color: #2C8E4E;
}
</style>