Shades of Sea Green #2C9145
Tints of Sea Green #2C9145
RGB
CMYK
RGB Variations
Color information
#2C9145 (or 0x2C9145) is known color: Sea Green. HEX triplet: 2C, 91 and 45. RGB value is (44,145,69). Sum of RGB (Red+Green+Blue) = 44+145+69=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #2C9145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9145 is #D36EBA. Grayscale: #6A6A6A. Windows color (decimal): -13856443 or 4559148. OLE color: 4559148.
HSL color Cylindrical-coordinate representation of color #2C9145: hue angle of 134.85º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9145 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 145 | 69 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.43 |
| HSL | 134.85º | 0.53% | 0.37% | - |
| HSV(B) | 134.85º | 0.7% | 0.57% | - |
| XYZ | 12.24 | 21.22 | 9.08 | - |
| YUV | 106.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 145 | 69 | 0.70 | 0 | 0.52 | 0.43 | 134.85 | 0.53 | 0.37 |
| Hex | 2C | 91 | 45 | 46 | 0 | 34 | 2B | 87 | 35 | 25 |
| Octal | 54 | 221 | 105 | 106 | 0 | 64 | 53 | 207 | 65 | 45 |
| Binary | 101100 | 10010001 | 1000101 | 1000110 | 0 | 110100 | 101011 | 10000111 | 110101 | 100101 |
Color Harmonies of #2C9145
Complementary color
Monochromatic Colors of #2C9145
Black with #2C9145
Text Example
Text Example
White with #2C9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9145; }
p { color: rgb(44,145,69); }
H1.HeaderClassName
{
color: #2C9145;
}
.AnyTagClassName
{
color: #2C9145;
}
</style>
background-color css
<style>
a { background-color: #2C9145; }
a { background-color: rgb(44,145,69); }
div.DivClassName
{
background-color: #2C9145;
}
.BgClassName
{
background-color: #2C9145;
}
</style>
border-color css
<style>
span { border-color: #2C9145; }
span { border-color: rgb(44,145,69); }
td.TdClassName
{
border-color: #2C9145;
}
.TagClassName
{
border-color: #2C9145;
}
</style>