Shades of Sea Green #2F855B
Tints of Sea Green #2F855B
RGB
CMYK
RGB Variations
Color information
#2F855B (or 0x2F855B) is known color: Sea Green. HEX triplet: 2F, 85 and 5B. RGB value is (47,133,91). Sum of RGB (Red+Green+Blue) = 47+133+91=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #2F855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F855B is #D07AA4. Grayscale: #666666. Windows color (decimal): -13662885 or 5997871. OLE color: 5997871.
HSL color Cylindrical-coordinate representation of color #2F855B: hue angle of 150.7º 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 #2F855B is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 133 | 91 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.48 |
| HSL | 150.7º | 0.48% | 0.35% | - |
| HSV(B) | 150.7º | 0.65% | 0.52% | - |
| XYZ | 11.45 | 18.13 | 12.79 | - |
| YUV | 102.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 91 | 0.65 | 0 | 0.32 | 0.48 | 150.7 | 0.48 | 0.35 |
| Hex | 2F | 85 | 5B | 41 | 0 | 20 | 30 | 97 | 30 | 23 |
| Octal | 57 | 205 | 133 | 101 | 0 | 40 | 60 | 227 | 60 | 43 |
| Binary | 101111 | 10000101 | 1011011 | 1000001 | 0 | 100000 | 110000 | 10010111 | 110000 | 100011 |
Color Harmonies of #2F855B
Complementary color
Monochromatic Colors of #2F855B
Black with #2F855B
Text Example
Text Example
White with #2F855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F855B; }
p { color: rgb(47,133,91); }
H1.HeaderClassName
{
color: #2F855B;
}
.AnyTagClassName
{
color: #2F855B;
}
</style>
background-color css
<style>
a { background-color: #2F855B; }
a { background-color: rgb(47,133,91); }
div.DivClassName
{
background-color: #2F855B;
}
.BgClassName
{
background-color: #2F855B;
}
</style>
border-color css
<style>
span { border-color: #2F855B; }
span { border-color: rgb(47,133,91); }
td.TdClassName
{
border-color: #2F855B;
}
.TagClassName
{
border-color: #2F855B;
}
</style>