Shades of Sea Green #2C8360
Tints of Sea Green #2C8360
RGB
CMYK
RGB Variations
Color information
#2C8360 (or 0x2C8360) is known color: Sea Green. HEX triplet: 2C, 83 and 60. RGB value is (44,131,96). Sum of RGB (Red+Green+Blue) = 44+131+96=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #2C8360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8360 is #D37C9F. Grayscale: #656565. Windows color (decimal): -13860000 or 6325036. OLE color: 6325036.
HSL color Cylindrical-coordinate representation of color #2C8360: hue angle of 155.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8360 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 131 | 96 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.49 |
| HSL | 155.86º | 0.5% | 0.34% | - |
| HSV(B) | 155.86º | 0.66% | 0.51% | - |
| XYZ | 11.27 | 17.61 | 13.87 | - |
| YUV | 101 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 131 | 96 | 0.66 | 0 | 0.27 | 0.49 | 155.86 | 0.5 | 0.34 |
| Hex | 2C | 83 | 60 | 42 | 0 | 1B | 31 | 9C | 32 | 22 |
| Octal | 54 | 203 | 140 | 102 | 0 | 33 | 61 | 234 | 62 | 42 |
| Binary | 101100 | 10000011 | 1100000 | 1000010 | 0 | 11011 | 110001 | 10011100 | 110010 | 100010 |
Color Harmonies of #2C8360
Complementary color
Monochromatic Colors of #2C8360
Black with #2C8360
Text Example
Text Example
White with #2C8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8360; }
p { color: rgb(44,131,96); }
H1.HeaderClassName
{
color: #2C8360;
}
.AnyTagClassName
{
color: #2C8360;
}
</style>
background-color css
<style>
a { background-color: #2C8360; }
a { background-color: rgb(44,131,96); }
div.DivClassName
{
background-color: #2C8360;
}
.BgClassName
{
background-color: #2C8360;
}
</style>
border-color css
<style>
span { border-color: #2C8360; }
span { border-color: rgb(44,131,96); }
td.TdClassName
{
border-color: #2C8360;
}
.TagClassName
{
border-color: #2C8360;
}
</style>