Shades of Sea Green #2C8E5D
Tints of Sea Green #2C8E5D
RGB
CMYK
RGB Variations
Color information
#2C8E5D (or 0x2C8E5D) is known color: Sea Green. HEX triplet: 2C, 8E and 5D. RGB value is (44,142,93). Sum of RGB (Red+Green+Blue) = 44+142+93=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E5D is #D371A2. Grayscale: #6B6B6B. Windows color (decimal): -13857187 or 6131244. OLE color: 6131244.
HSL color Cylindrical-coordinate representation of color #2C8E5D: hue angle of 150º 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 #2C8E5D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 93 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.44 |
| HSL | 150º | 0.53% | 0.36% | - |
| HSV(B) | 150º | 0.69% | 0.56% | - |
| XYZ | 12.69 | 20.67 | 13.68 | - |
| YUV | 107.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 93 | 0.69 | 0 | 0.35 | 0.44 | 150 | 0.53 | 0.36 |
| Hex | 2C | 8E | 5D | 45 | 0 | 23 | 2C | 96 | 35 | 24 |
| Octal | 54 | 216 | 135 | 105 | 0 | 43 | 54 | 226 | 65 | 44 |
| Binary | 101100 | 10001110 | 1011101 | 1000101 | 0 | 100011 | 101100 | 10010110 | 110101 | 100100 |
Color Harmonies of #2C8E5D
Complementary color
Monochromatic Colors of #2C8E5D
Black with #2C8E5D
Text Example
Text Example
White with #2C8E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E5D; }
p { color: rgb(44,142,93); }
H1.HeaderClassName
{
color: #2C8E5D;
}
.AnyTagClassName
{
color: #2C8E5D;
}
</style>
background-color css
<style>
a { background-color: #2C8E5D; }
a { background-color: rgb(44,142,93); }
div.DivClassName
{
background-color: #2C8E5D;
}
.BgClassName
{
background-color: #2C8E5D;
}
</style>
border-color css
<style>
span { border-color: #2C8E5D; }
span { border-color: rgb(44,142,93); }
td.TdClassName
{
border-color: #2C8E5D;
}
.TagClassName
{
border-color: #2C8E5D;
}
</style>