Shades of Spectra #2F614D
Tints of Spectra #2F614D
RGB
CMYK
RGB Variations
Color information
#2F614D (or 0x2F614D) is known color: Spectra. HEX triplet: 2F, 61 and 4D. RGB value is (47,97,77). Sum of RGB (Red+Green+Blue) = 47+97+77=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F614D is #D09EB2. Grayscale: #4F4F4F. Windows color (decimal): -13672115 or 5071151. OLE color: 5071151.
HSL color Cylindrical-coordinate representation of color #2F614D: hue angle of 156º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F614D is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 77 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.62 |
| HSL | 156º | 0.35% | 0.28% | - |
| HSV(B) | 156º | 0.52% | 0.38% | - |
| XYZ | 6.79 | 9.69 | 8.53 | - |
| YUV | 79.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 77 | 0.52 | 0 | 0.21 | 0.62 | 156 | 0.35 | 0.28 |
| Hex | 2F | 61 | 4D | 34 | 0 | 15 | 3E | 9C | 23 | 1C |
| Octal | 57 | 141 | 115 | 64 | 0 | 25 | 76 | 234 | 43 | 34 |
| Binary | 101111 | 1100001 | 1001101 | 110100 | 0 | 10101 | 111110 | 10011100 | 100011 | 11100 |
Color Harmonies of #2F614D
Complementary color
Monochromatic Colors of #2F614D
Black with #2F614D
Text Example
Text Example
White with #2F614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F614D; }
p { color: rgb(47,97,77); }
H1.HeaderClassName
{
color: #2F614D;
}
.AnyTagClassName
{
color: #2F614D;
}
</style>
background-color css
<style>
a { background-color: #2F614D; }
a { background-color: rgb(47,97,77); }
div.DivClassName
{
background-color: #2F614D;
}
.BgClassName
{
background-color: #2F614D;
}
</style>
border-color css
<style>
span { border-color: #2F614D; }
span { border-color: rgb(47,97,77); }
td.TdClassName
{
border-color: #2F614D;
}
.TagClassName
{
border-color: #2F614D;
}
</style>