Shades of Sea Green #2C8A46
Tints of Sea Green #2C8A46
RGB
CMYK
RGB Variations
Color information
#2C8A46 (or 0x2C8A46) is known color: Sea Green. HEX triplet: 2C, 8A and 46. RGB value is (44,138,70). Sum of RGB (Red+Green+Blue) = 44+138+70=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8A46 is #D375B9. Grayscale: #666666. Windows color (decimal): -13858234 or 4622892. OLE color: 4622892.
HSL color Cylindrical-coordinate representation of color #2C8A46: hue angle of 136.6º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8A46 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 138 | 70 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.46 |
| HSL | 136.6º | 0.52% | 0.36% | - |
| HSV(B) | 136.6º | 0.68% | 0.54% | - |
| XYZ | 11.23 | 19.15 | 8.9 | - |
| YUV | 102.14 | 109.86 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 70 | 0.68 | 0 | 0.49 | 0.46 | 136.6 | 0.52 | 0.36 |
| Hex | 2C | 8A | 46 | 44 | 0 | 31 | 2E | 89 | 34 | 24 |
| Octal | 54 | 212 | 106 | 104 | 0 | 61 | 56 | 211 | 64 | 44 |
| Binary | 101100 | 10001010 | 1000110 | 1000100 | 0 | 110001 | 101110 | 10001001 | 110100 | 100100 |
Color Harmonies of #2C8A46
Complementary color
Monochromatic Colors of #2C8A46
Black with #2C8A46
Text Example
Text Example
White with #2C8A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8A46; }
p { color: rgb(44,138,70); }
H1.HeaderClassName
{
color: #2C8A46;
}
.AnyTagClassName
{
color: #2C8A46;
}
</style>
background-color css
<style>
a { background-color: #2C8A46; }
a { background-color: rgb(44,138,70); }
div.DivClassName
{
background-color: #2C8A46;
}
.BgClassName
{
background-color: #2C8A46;
}
</style>
border-color css
<style>
span { border-color: #2C8A46; }
span { border-color: rgb(44,138,70); }
td.TdClassName
{
border-color: #2C8A46;
}
.TagClassName
{
border-color: #2C8A46;
}
</style>