Shades of Spectra #2F614C
Tints of Spectra #2F614C
RGB
CMYK
RGB Variations
Color information
#2F614C (or 0x2F614C) is known color: Spectra. HEX triplet: 2F, 61 and 4C. RGB value is (47,97,76). Sum of RGB (Red+Green+Blue) = 47+97+76=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F614C is #D09EB3. Grayscale: #4F4F4F. Windows color (decimal): -13672116 or 5005615. OLE color: 5005615.
HSL color Cylindrical-coordinate representation of color #2F614C: hue angle of 154.8º 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 #2F614C is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 76 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.62 |
| HSL | 154.8º | 0.35% | 0.28% | - |
| HSV(B) | 154.8º | 0.52% | 0.38% | - |
| XYZ | 6.75 | 9.68 | 8.35 | - |
| YUV | 79.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 76 | 0.52 | 0 | 0.22 | 0.62 | 154.8 | 0.35 | 0.28 |
| Hex | 2F | 61 | 4C | 34 | 0 | 16 | 3E | 9B | 23 | 1C |
| Octal | 57 | 141 | 114 | 64 | 0 | 26 | 76 | 233 | 43 | 34 |
| Binary | 101111 | 1100001 | 1001100 | 110100 | 0 | 10110 | 111110 | 10011011 | 100011 | 11100 |
Color Harmonies of #2F614C
Complementary color
Monochromatic Colors of #2F614C
Black with #2F614C
Text Example
Text Example
White with #2F614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F614C; }
p { color: rgb(47,97,76); }
H1.HeaderClassName
{
color: #2F614C;
}
.AnyTagClassName
{
color: #2F614C;
}
</style>
background-color css
<style>
a { background-color: #2F614C; }
a { background-color: rgb(47,97,76); }
div.DivClassName
{
background-color: #2F614C;
}
.BgClassName
{
background-color: #2F614C;
}
</style>
border-color css
<style>
span { border-color: #2F614C; }
span { border-color: rgb(47,97,76); }
td.TdClassName
{
border-color: #2F614C;
}
.TagClassName
{
border-color: #2F614C;
}
</style>