Shades of Sea Green #2C815F
Tints of Sea Green #2C815F
RGB
CMYK
RGB Variations
Color information
#2C815F (or 0x2C815F) is known color: Sea Green. HEX triplet: 2C, 81 and 5F. RGB value is (44,129,95). Sum of RGB (Red+Green+Blue) = 44+129+95=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #2C815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C815F is #D37EA0. Grayscale: #636363. Windows color (decimal): -13860513 or 6258988. OLE color: 6258988.
HSL color Cylindrical-coordinate representation of color #2C815F: hue angle of 156º 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 #2C815F is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 129 | 95 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.49 |
| HSL | 156º | 0.49% | 0.34% | - |
| HSV(B) | 156º | 0.66% | 0.51% | - |
| XYZ | 10.95 | 17.06 | 13.54 | - |
| YUV | 99.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 95 | 0.66 | 0 | 0.26 | 0.49 | 156 | 0.49 | 0.34 |
| Hex | 2C | 81 | 5F | 42 | 0 | 1A | 31 | 9C | 31 | 22 |
| Octal | 54 | 201 | 137 | 102 | 0 | 32 | 61 | 234 | 61 | 42 |
| Binary | 101100 | 10000001 | 1011111 | 1000010 | 0 | 11010 | 110001 | 10011100 | 110001 | 100010 |
Color Harmonies of #2C815F
Complementary color
Monochromatic Colors of #2C815F
Black with #2C815F
Text Example
Text Example
White with #2C815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C815F; }
p { color: rgb(44,129,95); }
H1.HeaderClassName
{
color: #2C815F;
}
.AnyTagClassName
{
color: #2C815F;
}
</style>
background-color css
<style>
a { background-color: #2C815F; }
a { background-color: rgb(44,129,95); }
div.DivClassName
{
background-color: #2C815F;
}
.BgClassName
{
background-color: #2C815F;
}
</style>
border-color css
<style>
span { border-color: #2C815F; }
span { border-color: rgb(44,129,95); }
td.TdClassName
{
border-color: #2C815F;
}
.TagClassName
{
border-color: #2C815F;
}
</style>