Shades of Sea Green #2F905C
Tints of Sea Green #2F905C
RGB
CMYK
RGB Variations
Color information
#2F905C (or 0x2F905C) is known color: Sea Green. HEX triplet: 2F, 90 and 5C. RGB value is (47,144,92). Sum of RGB (Red+Green+Blue) = 47+144+92=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #2F905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F905C is #D06FA3. Grayscale: #6D6D6D. Windows color (decimal): -13660068 or 6066223. OLE color: 6066223.
HSL color Cylindrical-coordinate representation of color #2F905C: hue angle of 147.84º 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 #2F905C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 92 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.44 |
| HSL | 147.84º | 0.51% | 0.37% | - |
| HSV(B) | 147.84º | 0.67% | 0.56% | - |
| XYZ | 13.08 | 21.32 | 13.55 | - |
| YUV | 109.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 92 | 0.67 | 0 | 0.36 | 0.44 | 147.84 | 0.51 | 0.37 |
| Hex | 2F | 90 | 5C | 43 | 0 | 24 | 2C | 94 | 33 | 25 |
| Octal | 57 | 220 | 134 | 103 | 0 | 44 | 54 | 224 | 63 | 45 |
| Binary | 101111 | 10010000 | 1011100 | 1000011 | 0 | 100100 | 101100 | 10010100 | 110011 | 100101 |
Color Harmonies of #2F905C
Complementary color
Monochromatic Colors of #2F905C
Black with #2F905C
Text Example
Text Example
White with #2F905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F905C; }
p { color: rgb(47,144,92); }
H1.HeaderClassName
{
color: #2F905C;
}
.AnyTagClassName
{
color: #2F905C;
}
</style>
background-color css
<style>
a { background-color: #2F905C; }
a { background-color: rgb(47,144,92); }
div.DivClassName
{
background-color: #2F905C;
}
.BgClassName
{
background-color: #2F905C;
}
</style>
border-color css
<style>
span { border-color: #2F905C; }
span { border-color: rgb(47,144,92); }
td.TdClassName
{
border-color: #2F905C;
}
.TagClassName
{
border-color: #2F905C;
}
</style>