Shades of Sea Green #2F905B
Tints of Sea Green #2F905B
RGB
CMYK
RGB Variations
Color information
#2F905B (or 0x2F905B) is known color: Sea Green. HEX triplet: 2F, 90 and 5B. RGB value is (47,144,91). Sum of RGB (Red+Green+Blue) = 47+144+91=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #2F905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F905B is #D06FA4. Grayscale: #6D6D6D. Windows color (decimal): -13660069 or 6000687. OLE color: 6000687.
HSL color Cylindrical-coordinate representation of color #2F905B: hue angle of 147.22º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F905B is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 91 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.44 |
| HSL | 147.22º | 0.51% | 0.37% | - |
| HSV(B) | 147.22º | 0.67% | 0.56% | - |
| XYZ | 13.03 | 21.31 | 13.32 | - |
| YUV | 108.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 91 | 0.67 | 0 | 0.37 | 0.44 | 147.22 | 0.51 | 0.37 |
| Hex | 2F | 90 | 5B | 43 | 0 | 25 | 2C | 93 | 33 | 25 |
| Octal | 57 | 220 | 133 | 103 | 0 | 45 | 54 | 223 | 63 | 45 |
| Binary | 101111 | 10010000 | 1011011 | 1000011 | 0 | 100101 | 101100 | 10010011 | 110011 | 100101 |
Color Harmonies of #2F905B
Complementary color
Monochromatic Colors of #2F905B
Black with #2F905B
Text Example
Text Example
White with #2F905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F905B; }
p { color: rgb(47,144,91); }
H1.HeaderClassName
{
color: #2F905B;
}
.AnyTagClassName
{
color: #2F905B;
}
</style>
background-color css
<style>
a { background-color: #2F905B; }
a { background-color: rgb(47,144,91); }
div.DivClassName
{
background-color: #2F905B;
}
.BgClassName
{
background-color: #2F905B;
}
</style>
border-color css
<style>
span { border-color: #2F905B; }
span { border-color: rgb(47,144,91); }
td.TdClassName
{
border-color: #2F905B;
}
.TagClassName
{
border-color: #2F905B;
}
</style>