Shades of Sea Green #2C8B49
Tints of Sea Green #2C8B49
RGB
CMYK
RGB Variations
Color information
#2C8B49 (or 0x2C8B49) is known color: Sea Green. HEX triplet: 2C, 8B and 49. RGB value is (44,139,73). Sum of RGB (Red+Green+Blue) = 44+139+73=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B49 is #D374B6. Grayscale: #676767. Windows color (decimal): -13857975 or 4819756. OLE color: 4819756.
HSL color Cylindrical-coordinate representation of color #2C8B49: hue angle of 138.32º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8B49 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 139 | 73 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.45 |
| HSL | 138.32º | 0.52% | 0.36% | - |
| HSV(B) | 138.32º | 0.68% | 0.55% | - |
| XYZ | 11.47 | 19.48 | 9.46 | - |
| YUV | 103.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 73 | 0.68 | 0 | 0.47 | 0.45 | 138.32 | 0.52 | 0.36 |
| Hex | 2C | 8B | 49 | 44 | 0 | 2F | 2D | 8A | 34 | 24 |
| Octal | 54 | 213 | 111 | 104 | 0 | 57 | 55 | 212 | 64 | 44 |
| Binary | 101100 | 10001011 | 1001001 | 1000100 | 0 | 101111 | 101101 | 10001010 | 110100 | 100100 |
Color Harmonies of #2C8B49
Complementary color
Monochromatic Colors of #2C8B49
Black with #2C8B49
Text Example
Text Example
White with #2C8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8B49; }
p { color: rgb(44,139,73); }
H1.HeaderClassName
{
color: #2C8B49;
}
.AnyTagClassName
{
color: #2C8B49;
}
</style>
background-color css
<style>
a { background-color: #2C8B49; }
a { background-color: rgb(44,139,73); }
div.DivClassName
{
background-color: #2C8B49;
}
.BgClassName
{
background-color: #2C8B49;
}
</style>
border-color css
<style>
span { border-color: #2C8B49; }
span { border-color: rgb(44,139,73); }
td.TdClassName
{
border-color: #2C8B49;
}
.TagClassName
{
border-color: #2C8B49;
}
</style>