Shades of Sea Green #2C865B
Tints of Sea Green #2C865B
RGB
CMYK
RGB Variations
Color information
#2C865B (or 0x2C865B) is known color: Sea Green. HEX triplet: 2C, 86 and 5B. RGB value is (44,134,91). Sum of RGB (Red+Green+Blue) = 44+134+91=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #2C865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C865B is #D379A4. Grayscale: #666666. Windows color (decimal): -13859237 or 5998124. OLE color: 5998124.
HSL color Cylindrical-coordinate representation of color #2C865B: hue angle of 151.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C865B is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 134 | 91 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.47 |
| HSL | 151.33º | 0.51% | 0.35% | - |
| HSV(B) | 151.33º | 0.67% | 0.53% | - |
| XYZ | 11.45 | 18.34 | 12.83 | - |
| YUV | 102.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 91 | 0.67 | 0 | 0.32 | 0.47 | 151.33 | 0.51 | 0.35 |
| Hex | 2C | 86 | 5B | 43 | 0 | 20 | 2F | 97 | 33 | 23 |
| Octal | 54 | 206 | 133 | 103 | 0 | 40 | 57 | 227 | 63 | 43 |
| Binary | 101100 | 10000110 | 1011011 | 1000011 | 0 | 100000 | 101111 | 10010111 | 110011 | 100011 |
Color Harmonies of #2C865B
Complementary color
Monochromatic Colors of #2C865B
Black with #2C865B
Text Example
Text Example
White with #2C865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C865B; }
p { color: rgb(44,134,91); }
H1.HeaderClassName
{
color: #2C865B;
}
.AnyTagClassName
{
color: #2C865B;
}
</style>
background-color css
<style>
a { background-color: #2C865B; }
a { background-color: rgb(44,134,91); }
div.DivClassName
{
background-color: #2C865B;
}
.BgClassName
{
background-color: #2C865B;
}
</style>
border-color css
<style>
span { border-color: #2C865B; }
span { border-color: rgb(44,134,91); }
td.TdClassName
{
border-color: #2C865B;
}
.TagClassName
{
border-color: #2C865B;
}
</style>