Shades of Sea Green #2C9359
Tints of Sea Green #2C9359
RGB
CMYK
RGB Variations
Color information
#2C9359 (or 0x2C9359) is known color: Sea Green. HEX triplet: 2C, 93 and 59. RGB value is (44,147,89). Sum of RGB (Red+Green+Blue) = 44+147+89=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9359 is #D36CA6. Grayscale: #6D6D6D. Windows color (decimal): -13855911 or 5870380. OLE color: 5870380.
HSL color Cylindrical-coordinate representation of color #2C9359: hue angle of 146.21º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9359 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 89 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.42 |
| HSL | 146.21º | 0.54% | 0.37% | - |
| HSV(B) | 146.21º | 0.7% | 0.58% | - |
| XYZ | 13.28 | 22.12 | 13.02 | - |
| YUV | 109.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 89 | 0.70 | 0 | 0.39 | 0.42 | 146.21 | 0.54 | 0.37 |
| Hex | 2C | 93 | 59 | 46 | 0 | 27 | 2A | 92 | 36 | 25 |
| Octal | 54 | 223 | 131 | 106 | 0 | 47 | 52 | 222 | 66 | 45 |
| Binary | 101100 | 10010011 | 1011001 | 1000110 | 0 | 100111 | 101010 | 10010010 | 110110 | 100101 |
Color Harmonies of #2C9359
Complementary color
Monochromatic Colors of #2C9359
Black with #2C9359
Text Example
Text Example
White with #2C9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9359; }
p { color: rgb(44,147,89); }
H1.HeaderClassName
{
color: #2C9359;
}
.AnyTagClassName
{
color: #2C9359;
}
</style>
background-color css
<style>
a { background-color: #2C9359; }
a { background-color: rgb(44,147,89); }
div.DivClassName
{
background-color: #2C9359;
}
.BgClassName
{
background-color: #2C9359;
}
</style>
border-color css
<style>
span { border-color: #2C9359; }
span { border-color: rgb(44,147,89); }
td.TdClassName
{
border-color: #2C9359;
}
.TagClassName
{
border-color: #2C9359;
}
</style>