Shades of Spectra #2F604D
Tints of Spectra #2F604D
RGB
CMYK
RGB Variations
Color information
#2F604D (or 0x2F604D) is known color: Spectra. HEX triplet: 2F, 60 and 4D. RGB value is (47,96,77). Sum of RGB (Red+Green+Blue) = 47+96+77=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #2F604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F604D is #D09FB2. Grayscale: #4F4F4F. Windows color (decimal): -13672371 or 5070895. OLE color: 5070895.
HSL color Cylindrical-coordinate representation of color #2F604D: hue angle of 156.73º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F604D is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 77 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.62 |
| HSL | 156.73º | 0.34% | 0.28% | - |
| HSV(B) | 156.73º | 0.51% | 0.38% | - |
| XYZ | 6.69 | 9.51 | 8.5 | - |
| YUV | 79.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 77 | 0.51 | 0 | 0.20 | 0.62 | 156.73 | 0.34 | 0.28 |
| Hex | 2F | 60 | 4D | 33 | 0 | 14 | 3E | 9D | 22 | 1C |
| Octal | 57 | 140 | 115 | 63 | 0 | 24 | 76 | 235 | 42 | 34 |
| Binary | 101111 | 1100000 | 1001101 | 110011 | 0 | 10100 | 111110 | 10011101 | 100010 | 11100 |
Color Harmonies of #2F604D
Complementary color
Monochromatic Colors of #2F604D
Black with #2F604D
Text Example
Text Example
White with #2F604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F604D; }
p { color: rgb(47,96,77); }
H1.HeaderClassName
{
color: #2F604D;
}
.AnyTagClassName
{
color: #2F604D;
}
</style>
background-color css
<style>
a { background-color: #2F604D; }
a { background-color: rgb(47,96,77); }
div.DivClassName
{
background-color: #2F604D;
}
.BgClassName
{
background-color: #2F604D;
}
</style>
border-color css
<style>
span { border-color: #2F604D; }
span { border-color: rgb(47,96,77); }
td.TdClassName
{
border-color: #2F604D;
}
.TagClassName
{
border-color: #2F604D;
}
</style>