Shades of Spectra #2F664D
Tints of Spectra #2F664D
RGB
CMYK
RGB Variations
Color information
#2F664D (or 0x2F664D) is known color: Spectra. HEX triplet: 2F, 66 and 4D. RGB value is (47,102,77). Sum of RGB (Red+Green+Blue) = 47+102+77=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #2F664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F664D is #D099B2. Grayscale: #525252. Windows color (decimal): -13670835 or 5072431. OLE color: 5072431.
HSL color Cylindrical-coordinate representation of color #2F664D: hue angle of 152.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F664D is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 77 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.6 |
| HSL | 152.73º | 0.37% | 0.29% | - |
| HSV(B) | 152.73º | 0.54% | 0.4% | - |
| XYZ | 7.26 | 10.64 | 8.69 | - |
| YUV | 82.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 77 | 0.54 | 0 | 0.25 | 0.6 | 152.73 | 0.37 | 0.29 |
| Hex | 2F | 66 | 4D | 36 | 0 | 19 | 3C | 99 | 25 | 1D |
| Octal | 57 | 146 | 115 | 66 | 0 | 31 | 74 | 231 | 45 | 35 |
| Binary | 101111 | 1100110 | 1001101 | 110110 | 0 | 11001 | 111100 | 10011001 | 100101 | 11101 |
Color Harmonies of #2F664D
Complementary color
Monochromatic Colors of #2F664D
Black with #2F664D
Text Example
Text Example
White with #2F664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F664D; }
p { color: rgb(47,102,77); }
H1.HeaderClassName
{
color: #2F664D;
}
.AnyTagClassName
{
color: #2F664D;
}
</style>
background-color css
<style>
a { background-color: #2F664D; }
a { background-color: rgb(47,102,77); }
div.DivClassName
{
background-color: #2F664D;
}
.BgClassName
{
background-color: #2F664D;
}
</style>
border-color css
<style>
span { border-color: #2F664D; }
span { border-color: rgb(47,102,77); }
td.TdClassName
{
border-color: #2F664D;
}
.TagClassName
{
border-color: #2F664D;
}
</style>