Shades of Sea Green #2C855B
Tints of Sea Green #2C855B
RGB
CMYK
RGB Variations
Color information
#2C855B (or 0x2C855B) is known color: Sea Green. HEX triplet: 2C, 85 and 5B. RGB value is (44,133,91). Sum of RGB (Red+Green+Blue) = 44+133+91=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #2C855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C855B is #D37AA4. Grayscale: #656565. Windows color (decimal): -13859493 or 5997868. OLE color: 5997868.
HSL color Cylindrical-coordinate representation of color #2C855B: hue angle of 151.69º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C855B is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 91 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.48 |
| HSL | 151.69º | 0.5% | 0.35% | - |
| HSV(B) | 151.69º | 0.67% | 0.52% | - |
| XYZ | 11.31 | 18.07 | 12.79 | - |
| YUV | 101.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 91 | 0.67 | 0 | 0.32 | 0.48 | 151.69 | 0.5 | 0.35 |
| Hex | 2C | 85 | 5B | 43 | 0 | 20 | 30 | 98 | 32 | 23 |
| Octal | 54 | 205 | 133 | 103 | 0 | 40 | 60 | 230 | 62 | 43 |
| Binary | 101100 | 10000101 | 1011011 | 1000011 | 0 | 100000 | 110000 | 10011000 | 110010 | 100011 |
Color Harmonies of #2C855B
Complementary color
Monochromatic Colors of #2C855B
Black with #2C855B
Text Example
Text Example
White with #2C855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C855B; }
p { color: rgb(44,133,91); }
H1.HeaderClassName
{
color: #2C855B;
}
.AnyTagClassName
{
color: #2C855B;
}
</style>
background-color css
<style>
a { background-color: #2C855B; }
a { background-color: rgb(44,133,91); }
div.DivClassName
{
background-color: #2C855B;
}
.BgClassName
{
background-color: #2C855B;
}
</style>
border-color css
<style>
span { border-color: #2C855B; }
span { border-color: rgb(44,133,91); }
td.TdClassName
{
border-color: #2C855B;
}
.TagClassName
{
border-color: #2C855B;
}
</style>