Shades of Spectra #2F5949
Tints of Spectra #2F5949
RGB
CMYK
RGB Variations
Color information
#2F5949 (or 0x2F5949) is known color: Spectra. HEX triplet: 2F, 59 and 49. RGB value is (47,89,73). Sum of RGB (Red+Green+Blue) = 47+89+73=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5949 is #D0A6B6. Grayscale: #4A4A4A. Windows color (decimal): -13674167 or 4806959. OLE color: 4806959.
HSL color Cylindrical-coordinate representation of color #2F5949: hue angle of 157.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5949 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 73 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.65 |
| HSL | 157.14º | 0.31% | 0.27% | - |
| HSV(B) | 157.14º | 0.47% | 0.35% | - |
| XYZ | 5.95 | 8.23 | 7.58 | - |
| YUV | 74.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 73 | 0.47 | 0 | 0.18 | 0.65 | 157.14 | 0.31 | 0.27 |
| Hex | 2F | 59 | 49 | 2F | 0 | 12 | 41 | 9D | 1F | 1B |
| Octal | 57 | 131 | 111 | 57 | 0 | 22 | 101 | 235 | 37 | 33 |
| Binary | 101111 | 1011001 | 1001001 | 101111 | 0 | 10010 | 1000001 | 10011101 | 11111 | 11011 |
Color Harmonies of #2F5949
Complementary color
Monochromatic Colors of #2F5949
Black with #2F5949
Text Example
Text Example
White with #2F5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5949; }
p { color: rgb(47,89,73); }
H1.HeaderClassName
{
color: #2F5949;
}
.AnyTagClassName
{
color: #2F5949;
}
</style>
background-color css
<style>
a { background-color: #2F5949; }
a { background-color: rgb(47,89,73); }
div.DivClassName
{
background-color: #2F5949;
}
.BgClassName
{
background-color: #2F5949;
}
</style>
border-color css
<style>
span { border-color: #2F5949; }
span { border-color: rgb(47,89,73); }
td.TdClassName
{
border-color: #2F5949;
}
.TagClassName
{
border-color: #2F5949;
}
</style>