Shades of Sea Green #2C815C
Tints of Sea Green #2C815C
RGB
CMYK
RGB Variations
Color information
#2C815C (or 0x2C815C) is known color: Sea Green. HEX triplet: 2C, 81 and 5C. RGB value is (44,129,92). Sum of RGB (Red+Green+Blue) = 44+129+92=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #2C815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C815C is #D37EA3. Grayscale: #636363. Windows color (decimal): -13860516 or 6062380. OLE color: 6062380.
HSL color Cylindrical-coordinate representation of color #2C815C: hue angle of 153.88º degrees, saturation: 0.49, 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 #2C815C is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 129 | 92 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.49 |
| HSL | 153.88º | 0.49% | 0.34% | - |
| HSV(B) | 153.88º | 0.66% | 0.51% | - |
| XYZ | 10.82 | 17.01 | 12.84 | - |
| YUV | 99.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 92 | 0.66 | 0 | 0.29 | 0.49 | 153.88 | 0.49 | 0.34 |
| Hex | 2C | 81 | 5C | 42 | 0 | 1D | 31 | 9A | 31 | 22 |
| Octal | 54 | 201 | 134 | 102 | 0 | 35 | 61 | 232 | 61 | 42 |
| Binary | 101100 | 10000001 | 1011100 | 1000010 | 0 | 11101 | 110001 | 10011010 | 110001 | 100010 |
Color Harmonies of #2C815C
Complementary color
Monochromatic Colors of #2C815C
Black with #2C815C
Text Example
Text Example
White with #2C815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C815C; }
p { color: rgb(44,129,92); }
H1.HeaderClassName
{
color: #2C815C;
}
.AnyTagClassName
{
color: #2C815C;
}
</style>
background-color css
<style>
a { background-color: #2C815C; }
a { background-color: rgb(44,129,92); }
div.DivClassName
{
background-color: #2C815C;
}
.BgClassName
{
background-color: #2C815C;
}
</style>
border-color css
<style>
span { border-color: #2C815C; }
span { border-color: rgb(44,129,92); }
td.TdClassName
{
border-color: #2C815C;
}
.TagClassName
{
border-color: #2C815C;
}
</style>