Shades of Sea Green #2C943F
Tints of Sea Green #2C943F
RGB
CMYK
RGB Variations
Color information
#2C943F (or 0x2C943F) is known color: Sea Green. HEX triplet: 2C, 94 and 3F. RGB value is (44,148,63). Sum of RGB (Red+Green+Blue) = 44+148+63=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #2C943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C943F is #D36BC0. Grayscale: #6B6B6B. Windows color (decimal): -13855681 or 4166700. OLE color: 4166700.
HSL color Cylindrical-coordinate representation of color #2C943F: hue angle of 130.96º 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 #2C943F is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 63 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.42 |
| HSL | 130.96º | 0.54% | 0.38% | - |
| HSV(B) | 130.96º | 0.7% | 0.58% | - |
| XYZ | 12.53 | 22.07 | 8.3 | - |
| YUV | 107.21 | 103.04 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 63 | 0.70 | 0 | 0.57 | 0.42 | 130.96 | 0.54 | 0.38 |
| Hex | 2C | 94 | 3F | 46 | 0 | 39 | 2A | 83 | 36 | 26 |
| Octal | 54 | 224 | 77 | 106 | 0 | 71 | 52 | 203 | 66 | 46 |
| Binary | 101100 | 10010100 | 111111 | 1000110 | 0 | 111001 | 101010 | 10000011 | 110110 | 100110 |
Color Harmonies of #2C943F
Complementary color
Monochromatic Colors of #2C943F
Black with #2C943F
Text Example
Text Example
White with #2C943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C943F; }
p { color: rgb(44,148,63); }
H1.HeaderClassName
{
color: #2C943F;
}
.AnyTagClassName
{
color: #2C943F;
}
</style>
background-color css
<style>
a { background-color: #2C943F; }
a { background-color: rgb(44,148,63); }
div.DivClassName
{
background-color: #2C943F;
}
.BgClassName
{
background-color: #2C943F;
}
</style>
border-color css
<style>
span { border-color: #2C943F; }
span { border-color: rgb(44,148,63); }
td.TdClassName
{
border-color: #2C943F;
}
.TagClassName
{
border-color: #2C943F;
}
</style>