Shades of Spectra #2F5748
Tints of Spectra #2F5748
RGB
CMYK
RGB Variations
Color information
#2F5748 (or 0x2F5748) is known color: Spectra. HEX triplet: 2F, 57 and 48. RGB value is (47,87,72). Sum of RGB (Red+Green+Blue) = 47+87+72=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5748 is #D0A8B7. Grayscale: #494949. Windows color (decimal): -13674680 or 4740911. OLE color: 4740911.
HSL color Cylindrical-coordinate representation of color #2F5748: hue angle of 157.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F5748 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 72 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.66 |
| HSL | 157.5º | 0.3% | 0.26% | - |
| HSV(B) | 157.5º | 0.46% | 0.34% | - |
| XYZ | 5.75 | 7.89 | 7.35 | - |
| YUV | 73.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 72 | 0.46 | 0 | 0.17 | 0.66 | 157.5 | 0.3 | 0.26 |
| Hex | 2F | 57 | 48 | 2E | 0 | 11 | 42 | 9E | 1E | 1A |
| Octal | 57 | 127 | 110 | 56 | 0 | 21 | 102 | 236 | 36 | 32 |
| Binary | 101111 | 1010111 | 1001000 | 101110 | 0 | 10001 | 1000010 | 10011110 | 11110 | 11010 |
Color Harmonies of #2F5748
Complementary color
Monochromatic Colors of #2F5748
Black with #2F5748
Text Example
Text Example
White with #2F5748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5748; }
p { color: rgb(47,87,72); }
H1.HeaderClassName
{
color: #2F5748;
}
.AnyTagClassName
{
color: #2F5748;
}
</style>
background-color css
<style>
a { background-color: #2F5748; }
a { background-color: rgb(47,87,72); }
div.DivClassName
{
background-color: #2F5748;
}
.BgClassName
{
background-color: #2F5748;
}
</style>
border-color css
<style>
span { border-color: #2F5748; }
span { border-color: rgb(47,87,72); }
td.TdClassName
{
border-color: #2F5748;
}
.TagClassName
{
border-color: #2F5748;
}
</style>