Shades of Sea Green #2F855E
Tints of Sea Green #2F855E
RGB
CMYK
RGB Variations
Color information
#2F855E (or 0x2F855E) is known color: Sea Green. HEX triplet: 2F, 85 and 5E. RGB value is (47,133,94). Sum of RGB (Red+Green+Blue) = 47+133+94=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #2F855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F855E is #D07AA1. Grayscale: #666666. Windows color (decimal): -13662882 or 6194479. OLE color: 6194479.
HSL color Cylindrical-coordinate representation of color #2F855E: hue angle of 152.79º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F855E is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 94 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.48 |
| HSL | 152.79º | 0.48% | 0.35% | - |
| HSV(B) | 152.79º | 0.65% | 0.52% | - |
| XYZ | 11.58 | 18.19 | 13.49 | - |
| YUV | 102.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 94 | 0.65 | 0 | 0.29 | 0.48 | 152.79 | 0.48 | 0.35 |
| Hex | 2F | 85 | 5E | 41 | 0 | 1D | 30 | 99 | 30 | 23 |
| Octal | 57 | 205 | 136 | 101 | 0 | 35 | 60 | 231 | 60 | 43 |
| Binary | 101111 | 10000101 | 1011110 | 1000001 | 0 | 11101 | 110000 | 10011001 | 110000 | 100011 |
Color Harmonies of #2F855E
Complementary color
Monochromatic Colors of #2F855E
Black with #2F855E
Text Example
Text Example
White with #2F855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F855E; }
p { color: rgb(47,133,94); }
H1.HeaderClassName
{
color: #2F855E;
}
.AnyTagClassName
{
color: #2F855E;
}
</style>
background-color css
<style>
a { background-color: #2F855E; }
a { background-color: rgb(47,133,94); }
div.DivClassName
{
background-color: #2F855E;
}
.BgClassName
{
background-color: #2F855E;
}
</style>
border-color css
<style>
span { border-color: #2F855E; }
span { border-color: rgb(47,133,94); }
td.TdClassName
{
border-color: #2F855E;
}
.TagClassName
{
border-color: #2F855E;
}
</style>