Shades of Sea Green #2C954E
Tints of Sea Green #2C954E
RGB
CMYK
RGB Variations
Color information
#2C954E (or 0x2C954E) is known color: Sea Green. HEX triplet: 2C, 95 and 4E. RGB value is (44,149,78). Sum of RGB (Red+Green+Blue) = 44+149+78=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #2C954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C954E is #D36AB1. Grayscale: #6D6D6D. Windows color (decimal): -13855410 or 5149996. OLE color: 5149996.
HSL color Cylindrical-coordinate representation of color #2C954E: hue angle of 139.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C954E is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 78 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.42 |
| HSL | 139.43º | 0.54% | 0.38% | - |
| HSV(B) | 139.43º | 0.7% | 0.58% | - |
| XYZ | 13.16 | 22.58 | 10.87 | - |
| YUV | 109.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 78 | 0.70 | 0 | 0.48 | 0.42 | 139.43 | 0.54 | 0.38 |
| Hex | 2C | 95 | 4E | 46 | 0 | 30 | 2A | 8B | 36 | 26 |
| Octal | 54 | 225 | 116 | 106 | 0 | 60 | 52 | 213 | 66 | 46 |
| Binary | 101100 | 10010101 | 1001110 | 1000110 | 0 | 110000 | 101010 | 10001011 | 110110 | 100110 |
Color Harmonies of #2C954E
Complementary color
Monochromatic Colors of #2C954E
Black with #2C954E
Text Example
Text Example
White with #2C954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C954E; }
p { color: rgb(44,149,78); }
H1.HeaderClassName
{
color: #2C954E;
}
.AnyTagClassName
{
color: #2C954E;
}
</style>
background-color css
<style>
a { background-color: #2C954E; }
a { background-color: rgb(44,149,78); }
div.DivClassName
{
background-color: #2C954E;
}
.BgClassName
{
background-color: #2C954E;
}
</style>
border-color css
<style>
span { border-color: #2C954E; }
span { border-color: rgb(44,149,78); }
td.TdClassName
{
border-color: #2C954E;
}
.TagClassName
{
border-color: #2C954E;
}
</style>