Shades of Sea Green #2C854A
Tints of Sea Green #2C854A
RGB
CMYK
RGB Variations
Color information
#2C854A (or 0x2C854A) is known color: Sea Green. HEX triplet: 2C, 85 and 4A. RGB value is (44,133,74). Sum of RGB (Red+Green+Blue) = 44+133+74=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #2C854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C854A is #D37AB5. Grayscale: #636363. Windows color (decimal): -13859510 or 4883756. OLE color: 4883756.
HSL color Cylindrical-coordinate representation of color #2C854A: hue angle of 140.22º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C854A is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 74 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.48 |
| HSL | 140.22º | 0.5% | 0.35% | - |
| HSV(B) | 140.22º | 0.67% | 0.52% | - |
| XYZ | 10.66 | 17.8 | 9.35 | - |
| YUV | 99.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 74 | 0.67 | 0 | 0.44 | 0.48 | 140.22 | 0.5 | 0.35 |
| Hex | 2C | 85 | 4A | 43 | 0 | 2C | 30 | 8C | 32 | 23 |
| Octal | 54 | 205 | 112 | 103 | 0 | 54 | 60 | 214 | 62 | 43 |
| Binary | 101100 | 10000101 | 1001010 | 1000011 | 0 | 101100 | 110000 | 10001100 | 110010 | 100011 |
Color Harmonies of #2C854A
Complementary color
Monochromatic Colors of #2C854A
Black with #2C854A
Text Example
Text Example
White with #2C854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C854A; }
p { color: rgb(44,133,74); }
H1.HeaderClassName
{
color: #2C854A;
}
.AnyTagClassName
{
color: #2C854A;
}
</style>
background-color css
<style>
a { background-color: #2C854A; }
a { background-color: rgb(44,133,74); }
div.DivClassName
{
background-color: #2C854A;
}
.BgClassName
{
background-color: #2C854A;
}
</style>
border-color css
<style>
span { border-color: #2C854A; }
span { border-color: rgb(44,133,74); }
td.TdClassName
{
border-color: #2C854A;
}
.TagClassName
{
border-color: #2C854A;
}
</style>