Shades of Spectra #2F5745
Tints of Spectra #2F5745
RGB
CMYK
RGB Variations
Color information
#2F5745 (or 0x2F5745) is known color: Spectra. HEX triplet: 2F, 57 and 45. RGB value is (47,87,69). Sum of RGB (Red+Green+Blue) = 47+87+69=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5745 is #D0A8BA. Grayscale: #494949. Windows color (decimal): -13674683 or 4544303. OLE color: 4544303.
HSL color Cylindrical-coordinate representation of color #2F5745: hue angle of 153º 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 #2F5745 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 69 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.66 |
| HSL | 153º | 0.3% | 0.26% | - |
| HSV(B) | 153º | 0.46% | 0.34% | - |
| XYZ | 5.65 | 7.85 | 6.85 | - |
| YUV | 72.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 69 | 0.46 | 0 | 0.21 | 0.66 | 153 | 0.3 | 0.26 |
| Hex | 2F | 57 | 45 | 2E | 0 | 15 | 42 | 99 | 1E | 1A |
| Octal | 57 | 127 | 105 | 56 | 0 | 25 | 102 | 231 | 36 | 32 |
| Binary | 101111 | 1010111 | 1000101 | 101110 | 0 | 10101 | 1000010 | 10011001 | 11110 | 11010 |
Color Harmonies of #2F5745
Complementary color
Monochromatic Colors of #2F5745
Black with #2F5745
Text Example
Text Example
White with #2F5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5745; }
p { color: rgb(47,87,69); }
H1.HeaderClassName
{
color: #2F5745;
}
.AnyTagClassName
{
color: #2F5745;
}
</style>
background-color css
<style>
a { background-color: #2F5745; }
a { background-color: rgb(47,87,69); }
div.DivClassName
{
background-color: #2F5745;
}
.BgClassName
{
background-color: #2F5745;
}
</style>
border-color css
<style>
span { border-color: #2F5745; }
span { border-color: rgb(47,87,69); }
td.TdClassName
{
border-color: #2F5745;
}
.TagClassName
{
border-color: #2F5745;
}
</style>