Shades of Sea Green #2F805B
Tints of Sea Green #2F805B
RGB
CMYK
RGB Variations
Color information
#2F805B (or 0x2F805B) is known color: Sea Green. HEX triplet: 2F, 80 and 5B. RGB value is (47,128,91). Sum of RGB (Red+Green+Blue) = 47+128+91=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #2F805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F805B is #D07FA4. Grayscale: #636363. Windows color (decimal): -13664165 or 5996591. OLE color: 5996591.
HSL color Cylindrical-coordinate representation of color #2F805B: hue angle of 152.59º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F805B is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 128 | 91 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.50 |
| HSL | 152.59º | 0.46% | 0.34% | - |
| HSV(B) | 152.59º | 0.63% | 0.5% | - |
| XYZ | 10.78 | 16.8 | 12.57 | - |
| YUV | 99.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 91 | 0.63 | 0 | 0.29 | 0.50 | 152.59 | 0.46 | 0.34 |
| Hex | 2F | 80 | 5B | 3F | 0 | 1D | 32 | 99 | 2E | 22 |
| Octal | 57 | 200 | 133 | 77 | 0 | 35 | 62 | 231 | 56 | 42 |
| Binary | 101111 | 10000000 | 1011011 | 111111 | 0 | 11101 | 110010 | 10011001 | 101110 | 100010 |
Color Harmonies of #2F805B
Complementary color
Monochromatic Colors of #2F805B
Black with #2F805B
Text Example
Text Example
White with #2F805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F805B; }
p { color: rgb(47,128,91); }
H1.HeaderClassName
{
color: #2F805B;
}
.AnyTagClassName
{
color: #2F805B;
}
</style>
background-color css
<style>
a { background-color: #2F805B; }
a { background-color: rgb(47,128,91); }
div.DivClassName
{
background-color: #2F805B;
}
.BgClassName
{
background-color: #2F805B;
}
</style>
border-color css
<style>
span { border-color: #2F805B; }
span { border-color: rgb(47,128,91); }
td.TdClassName
{
border-color: #2F805B;
}
.TagClassName
{
border-color: #2F805B;
}
</style>