Shades of Sea Green #2C8742
Tints of Sea Green #2C8742
RGB
CMYK
RGB Variations
Color information
#2C8742 (or 0x2C8742) is known color: Sea Green. HEX triplet: 2C, 87 and 42. RGB value is (44,135,66). Sum of RGB (Red+Green+Blue) = 44+135+66=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #2C8742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8742 is #D378BD. Grayscale: #646464. Windows color (decimal): -13859006 or 4359980. OLE color: 4359980.
HSL color Cylindrical-coordinate representation of color #2C8742: hue angle of 134.51º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8742 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 135 | 66 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.47 |
| HSL | 134.51º | 0.51% | 0.35% | - |
| HSV(B) | 134.51º | 0.67% | 0.53% | - |
| XYZ | 10.69 | 18.26 | 8.11 | - |
| YUV | 99.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 66 | 0.67 | 0 | 0.51 | 0.47 | 134.51 | 0.51 | 0.35 |
| Hex | 2C | 87 | 42 | 43 | 0 | 33 | 2F | 87 | 33 | 23 |
| Octal | 54 | 207 | 102 | 103 | 0 | 63 | 57 | 207 | 63 | 43 |
| Binary | 101100 | 10000111 | 1000010 | 1000011 | 0 | 110011 | 101111 | 10000111 | 110011 | 100011 |
Color Harmonies of #2C8742
Complementary color
Monochromatic Colors of #2C8742
Black with #2C8742
Text Example
Text Example
White with #2C8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8742; }
p { color: rgb(44,135,66); }
H1.HeaderClassName
{
color: #2C8742;
}
.AnyTagClassName
{
color: #2C8742;
}
</style>
background-color css
<style>
a { background-color: #2C8742; }
a { background-color: rgb(44,135,66); }
div.DivClassName
{
background-color: #2C8742;
}
.BgClassName
{
background-color: #2C8742;
}
</style>
border-color css
<style>
span { border-color: #2C8742; }
span { border-color: rgb(44,135,66); }
td.TdClassName
{
border-color: #2C8742;
}
.TagClassName
{
border-color: #2C8742;
}
</style>