Shades of Sea Green #2C9353
Tints of Sea Green #2C9353
RGB
CMYK
RGB Variations
Color information
#2C9353 (or 0x2C9353) is known color: Sea Green. HEX triplet: 2C, 93 and 53. RGB value is (44,147,83). Sum of RGB (Red+Green+Blue) = 44+147+83=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9353 is #D36CAC. Grayscale: #6D6D6D. Windows color (decimal): -13855917 or 5477164. OLE color: 5477164.
HSL color Cylindrical-coordinate representation of color #2C9353: hue angle of 142.72º 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 #2C9353 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 83 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.42 |
| HSL | 142.72º | 0.54% | 0.37% | - |
| HSV(B) | 142.72º | 0.7% | 0.58% | - |
| XYZ | 13.03 | 22.03 | 11.75 | - |
| YUV | 108.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 83 | 0.70 | 0 | 0.44 | 0.42 | 142.72 | 0.54 | 0.37 |
| Hex | 2C | 93 | 53 | 46 | 0 | 2C | 2A | 8F | 36 | 25 |
| Octal | 54 | 223 | 123 | 106 | 0 | 54 | 52 | 217 | 66 | 45 |
| Binary | 101100 | 10010011 | 1010011 | 1000110 | 0 | 101100 | 101010 | 10001111 | 110110 | 100101 |
Color Harmonies of #2C9353
Complementary color
Monochromatic Colors of #2C9353
Black with #2C9353
Text Example
Text Example
White with #2C9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9353; }
p { color: rgb(44,147,83); }
H1.HeaderClassName
{
color: #2C9353;
}
.AnyTagClassName
{
color: #2C9353;
}
</style>
background-color css
<style>
a { background-color: #2C9353; }
a { background-color: rgb(44,147,83); }
div.DivClassName
{
background-color: #2C9353;
}
.BgClassName
{
background-color: #2C9353;
}
</style>
border-color css
<style>
span { border-color: #2C9353; }
span { border-color: rgb(44,147,83); }
td.TdClassName
{
border-color: #2C9353;
}
.TagClassName
{
border-color: #2C9353;
}
</style>