Shades of Sea Green #2C8A5C
Tints of Sea Green #2C8A5C
RGB
CMYK
RGB Variations
Color information
#2C8A5C (or 0x2C8A5C) is known color: Sea Green. HEX triplet: 2C, 8A and 5C. RGB value is (44,138,92). Sum of RGB (Red+Green+Blue) = 44+138+92=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8A5C is #D375A3. Grayscale: #686868. Windows color (decimal): -13858212 or 6064684. OLE color: 6064684.
HSL color Cylindrical-coordinate representation of color #2C8A5C: hue angle of 150.64º 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 #2C8A5C is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 138 | 92 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.46 |
| HSL | 150.64º | 0.52% | 0.36% | - |
| HSV(B) | 150.64º | 0.68% | 0.54% | - |
| XYZ | 12.06 | 19.49 | 13.25 | - |
| YUV | 104.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 92 | 0.68 | 0 | 0.33 | 0.46 | 150.64 | 0.52 | 0.36 |
| Hex | 2C | 8A | 5C | 44 | 0 | 21 | 2E | 97 | 34 | 24 |
| Octal | 54 | 212 | 134 | 104 | 0 | 41 | 56 | 227 | 64 | 44 |
| Binary | 101100 | 10001010 | 1011100 | 1000100 | 0 | 100001 | 101110 | 10010111 | 110100 | 100100 |
Color Harmonies of #2C8A5C
Complementary color
Monochromatic Colors of #2C8A5C
Black with #2C8A5C
Text Example
Text Example
White with #2C8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8A5C; }
p { color: rgb(44,138,92); }
H1.HeaderClassName
{
color: #2C8A5C;
}
.AnyTagClassName
{
color: #2C8A5C;
}
</style>
background-color css
<style>
a { background-color: #2C8A5C; }
a { background-color: rgb(44,138,92); }
div.DivClassName
{
background-color: #2C8A5C;
}
.BgClassName
{
background-color: #2C8A5C;
}
</style>
border-color css
<style>
span { border-color: #2C8A5C; }
span { border-color: rgb(44,138,92); }
td.TdClassName
{
border-color: #2C8A5C;
}
.TagClassName
{
border-color: #2C8A5C;
}
</style>