Shades of Sea Green #2C855A
Tints of Sea Green #2C855A
RGB
CMYK
RGB Variations
Color information
#2C855A (or 0x2C855A) is known color: Sea Green. HEX triplet: 2C, 85 and 5A. RGB value is (44,133,90). Sum of RGB (Red+Green+Blue) = 44+133+90=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #2C855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C855A is #D37AA5. Grayscale: #656565. Windows color (decimal): -13859494 or 5932332. OLE color: 5932332.
HSL color Cylindrical-coordinate representation of color #2C855A: hue angle of 151.01º 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 #2C855A is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 90 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.48 |
| HSL | 151.01º | 0.5% | 0.35% | - |
| HSV(B) | 151.01º | 0.67% | 0.52% | - |
| XYZ | 11.27 | 18.05 | 12.56 | - |
| YUV | 101.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 90 | 0.67 | 0 | 0.32 | 0.48 | 151.01 | 0.5 | 0.35 |
| Hex | 2C | 85 | 5A | 43 | 0 | 20 | 30 | 97 | 32 | 23 |
| Octal | 54 | 205 | 132 | 103 | 0 | 40 | 60 | 227 | 62 | 43 |
| Binary | 101100 | 10000101 | 1011010 | 1000011 | 0 | 100000 | 110000 | 10010111 | 110010 | 100011 |
Color Harmonies of #2C855A
Complementary color
Monochromatic Colors of #2C855A
Black with #2C855A
Text Example
Text Example
White with #2C855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C855A; }
p { color: rgb(44,133,90); }
H1.HeaderClassName
{
color: #2C855A;
}
.AnyTagClassName
{
color: #2C855A;
}
</style>
background-color css
<style>
a { background-color: #2C855A; }
a { background-color: rgb(44,133,90); }
div.DivClassName
{
background-color: #2C855A;
}
.BgClassName
{
background-color: #2C855A;
}
</style>
border-color css
<style>
span { border-color: #2C855A; }
span { border-color: rgb(44,133,90); }
td.TdClassName
{
border-color: #2C855A;
}
.TagClassName
{
border-color: #2C855A;
}
</style>