Shades of Sea Green #2C9B50
Tints of Sea Green #2C9B50
RGB
CMYK
RGB Variations
Color information
#2C9B50 (or 0x2C9B50) is known color: Sea Green. HEX triplet: 2C, 9B and 50. RGB value is (44,155,80). Sum of RGB (Red+Green+Blue) = 44+155+80=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B50 is #D364AF. Grayscale: #717171. Windows color (decimal): -13853872 or 5282604. OLE color: 5282604.
HSL color Cylindrical-coordinate representation of color #2C9B50: hue angle of 139.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9B50 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 155 | 80 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.39 |
| HSL | 139.46º | 0.56% | 0.39% | - |
| HSV(B) | 139.46º | 0.72% | 0.61% | - |
| XYZ | 14.21 | 24.56 | 11.58 | - |
| YUV | 113.26 | 109.23 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 80 | 0.72 | 0 | 0.48 | 0.39 | 139.46 | 0.56 | 0.39 |
| Hex | 2C | 9B | 50 | 48 | 0 | 30 | 27 | 8B | 38 | 27 |
| Octal | 54 | 233 | 120 | 110 | 0 | 60 | 47 | 213 | 70 | 47 |
| Binary | 101100 | 10011011 | 1010000 | 1001000 | 0 | 110000 | 100111 | 10001011 | 111000 | 100111 |
Color Harmonies of #2C9B50
Complementary color
Monochromatic Colors of #2C9B50
Black with #2C9B50
Text Example
Text Example
White with #2C9B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9B50; }
p { color: rgb(44,155,80); }
H1.HeaderClassName
{
color: #2C9B50;
}
.AnyTagClassName
{
color: #2C9B50;
}
</style>
background-color css
<style>
a { background-color: #2C9B50; }
a { background-color: rgb(44,155,80); }
div.DivClassName
{
background-color: #2C9B50;
}
.BgClassName
{
background-color: #2C9B50;
}
</style>
border-color css
<style>
span { border-color: #2C9B50; }
span { border-color: rgb(44,155,80); }
td.TdClassName
{
border-color: #2C9B50;
}
.TagClassName
{
border-color: #2C9B50;
}
</style>