Shades of Spectra #2F674F
Tints of Spectra #2F674F
RGB
CMYK
RGB Variations
Color information
#2F674F (or 0x2F674F) is known color: Spectra. HEX triplet: 2F, 67 and 4F. RGB value is (47,103,79). Sum of RGB (Red+Green+Blue) = 47+103+79=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #2F674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F674F is #D098B0. Grayscale: #535353. Windows color (decimal): -13670577 or 5203759. OLE color: 5203759.
HSL color Cylindrical-coordinate representation of color #2F674F: hue angle of 154.29º 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 #2F674F is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 79 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.60 |
| HSL | 154.29º | 0.37% | 0.29% | - |
| HSV(B) | 154.29º | 0.54% | 0.4% | - |
| XYZ | 7.43 | 10.87 | 9.1 | - |
| YUV | 83.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 79 | 0.54 | 0 | 0.23 | 0.60 | 154.29 | 0.37 | 0.29 |
| Hex | 2F | 67 | 4F | 36 | 0 | 17 | 3C | 9A | 25 | 1D |
| Octal | 57 | 147 | 117 | 66 | 0 | 27 | 74 | 232 | 45 | 35 |
| Binary | 101111 | 1100111 | 1001111 | 110110 | 0 | 10111 | 111100 | 10011010 | 100101 | 11101 |
Color Harmonies of #2F674F
Complementary color
Monochromatic Colors of #2F674F
Black with #2F674F
Text Example
Text Example
White with #2F674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F674F; }
p { color: rgb(47,103,79); }
H1.HeaderClassName
{
color: #2F674F;
}
.AnyTagClassName
{
color: #2F674F;
}
</style>
background-color css
<style>
a { background-color: #2F674F; }
a { background-color: rgb(47,103,79); }
div.DivClassName
{
background-color: #2F674F;
}
.BgClassName
{
background-color: #2F674F;
}
</style>
border-color css
<style>
span { border-color: #2F674F; }
span { border-color: rgb(47,103,79); }
td.TdClassName
{
border-color: #2F674F;
}
.TagClassName
{
border-color: #2F674F;
}
</style>