Shades of Spectra #2F614E
Tints of Spectra #2F614E
RGB
CMYK
RGB Variations
Color information
#2F614E (or 0x2F614E) is known color: Spectra. HEX triplet: 2F, 61 and 4E. RGB value is (47,97,78). Sum of RGB (Red+Green+Blue) = 47+97+78=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F614E is #D09EB1. Grayscale: #4F4F4F. Windows color (decimal): -13672114 or 5136687. OLE color: 5136687.
HSL color Cylindrical-coordinate representation of color #2F614E: hue angle of 157.2º 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 #2F614E is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 78 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.62 |
| HSL | 157.2º | 0.35% | 0.28% | - |
| HSV(B) | 157.2º | 0.52% | 0.38% | - |
| XYZ | 6.82 | 9.7 | 8.72 | - |
| YUV | 79.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 78 | 0.52 | 0 | 0.20 | 0.62 | 157.2 | 0.35 | 0.28 |
| Hex | 2F | 61 | 4E | 34 | 0 | 14 | 3E | 9D | 23 | 1C |
| Octal | 57 | 141 | 116 | 64 | 0 | 24 | 76 | 235 | 43 | 34 |
| Binary | 101111 | 1100001 | 1001110 | 110100 | 0 | 10100 | 111110 | 10011101 | 100011 | 11100 |
Color Harmonies of #2F614E
Complementary color
Monochromatic Colors of #2F614E
Black with #2F614E
Text Example
Text Example
White with #2F614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F614E; }
p { color: rgb(47,97,78); }
H1.HeaderClassName
{
color: #2F614E;
}
.AnyTagClassName
{
color: #2F614E;
}
</style>
background-color css
<style>
a { background-color: #2F614E; }
a { background-color: rgb(47,97,78); }
div.DivClassName
{
background-color: #2F614E;
}
.BgClassName
{
background-color: #2F614E;
}
</style>
border-color css
<style>
span { border-color: #2F614E; }
span { border-color: rgb(47,97,78); }
td.TdClassName
{
border-color: #2F614E;
}
.TagClassName
{
border-color: #2F614E;
}
</style>