Shades of Sea Green #2F855D
Tints of Sea Green #2F855D
RGB
CMYK
RGB Variations
Color information
#2F855D (or 0x2F855D) is known color: Sea Green. HEX triplet: 2F, 85 and 5D. RGB value is (47,133,93). Sum of RGB (Red+Green+Blue) = 47+133+93=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #2F855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F855D is #D07AA2. Grayscale: #666666. Windows color (decimal): -13662883 or 6128943. OLE color: 6128943.
HSL color Cylindrical-coordinate representation of color #2F855D: hue angle of 152.09º 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 #2F855D is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 93 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.48 |
| HSL | 152.09º | 0.48% | 0.35% | - |
| HSV(B) | 152.09º | 0.65% | 0.52% | - |
| XYZ | 11.54 | 18.17 | 13.26 | - |
| YUV | 102.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 93 | 0.65 | 0 | 0.30 | 0.48 | 152.09 | 0.48 | 0.35 |
| Hex | 2F | 85 | 5D | 41 | 0 | 1E | 30 | 98 | 30 | 23 |
| Octal | 57 | 205 | 135 | 101 | 0 | 36 | 60 | 230 | 60 | 43 |
| Binary | 101111 | 10000101 | 1011101 | 1000001 | 0 | 11110 | 110000 | 10011000 | 110000 | 100011 |
Color Harmonies of #2F855D
Complementary color
Monochromatic Colors of #2F855D
Black with #2F855D
Text Example
Text Example
White with #2F855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F855D; }
p { color: rgb(47,133,93); }
H1.HeaderClassName
{
color: #2F855D;
}
.AnyTagClassName
{
color: #2F855D;
}
</style>
background-color css
<style>
a { background-color: #2F855D; }
a { background-color: rgb(47,133,93); }
div.DivClassName
{
background-color: #2F855D;
}
.BgClassName
{
background-color: #2F855D;
}
</style>
border-color css
<style>
span { border-color: #2F855D; }
span { border-color: rgb(47,133,93); }
td.TdClassName
{
border-color: #2F855D;
}
.TagClassName
{
border-color: #2F855D;
}
</style>