Shades of Sea Green #2C9B51
Tints of Sea Green #2C9B51
RGB
CMYK
RGB Variations
Color information
#2C9B51 (or 0x2C9B51) is known color: Sea Green. HEX triplet: 2C, 9B and 51. RGB value is (44,155,81). Sum of RGB (Red+Green+Blue) = 44+155+81=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B51 is #D364AE. Grayscale: #717171. Windows color (decimal): -13853871 or 5348140. OLE color: 5348140.
HSL color Cylindrical-coordinate representation of color #2C9B51: hue angle of 140º 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 #2C9B51 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 155 | 81 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.39 |
| HSL | 140º | 0.56% | 0.39% | - |
| HSV(B) | 140º | 0.72% | 0.61% | - |
| XYZ | 14.25 | 24.57 | 11.78 | - |
| YUV | 113.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 81 | 0.72 | 0 | 0.48 | 0.39 | 140 | 0.56 | 0.39 |
| Hex | 2C | 9B | 51 | 48 | 0 | 30 | 27 | 8C | 38 | 27 |
| Octal | 54 | 233 | 121 | 110 | 0 | 60 | 47 | 214 | 70 | 47 |
| Binary | 101100 | 10011011 | 1010001 | 1001000 | 0 | 110000 | 100111 | 10001100 | 111000 | 100111 |
Color Harmonies of #2C9B51
Complementary color
Monochromatic Colors of #2C9B51
Black with #2C9B51
Text Example
Text Example
White with #2C9B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9B51; }
p { color: rgb(44,155,81); }
H1.HeaderClassName
{
color: #2C9B51;
}
.AnyTagClassName
{
color: #2C9B51;
}
</style>
background-color css
<style>
a { background-color: #2C9B51; }
a { background-color: rgb(44,155,81); }
div.DivClassName
{
background-color: #2C9B51;
}
.BgClassName
{
background-color: #2C9B51;
}
</style>
border-color css
<style>
span { border-color: #2C9B51; }
span { border-color: rgb(44,155,81); }
td.TdClassName
{
border-color: #2C9B51;
}
.TagClassName
{
border-color: #2C9B51;
}
</style>