Shades of Spectra #2F5C4C
Tints of Spectra #2F5C4C
RGB
CMYK
RGB Variations
Color information
#2F5C4C (or 0x2F5C4C) is known color: Spectra. HEX triplet: 2F, 5C and 4C. RGB value is (47,92,76). Sum of RGB (Red+Green+Blue) = 47+92+76=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #2F5C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5C4C is #D0A3B3. Grayscale: #4C4C4C. Windows color (decimal): -13673396 or 5004335. OLE color: 5004335.
HSL color Cylindrical-coordinate representation of color #2F5C4C: hue angle of 158.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5C4C is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 92 | 76 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.64 |
| HSL | 158.67º | 0.32% | 0.27% | - |
| HSV(B) | 158.67º | 0.49% | 0.36% | - |
| XYZ | 6.3 | 8.78 | 8.2 | - |
| YUV | 76.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 76 | 0.49 | 0 | 0.17 | 0.64 | 158.67 | 0.32 | 0.27 |
| Hex | 2F | 5C | 4C | 31 | 0 | 11 | 40 | 9F | 20 | 1B |
| Octal | 57 | 134 | 114 | 61 | 0 | 21 | 100 | 237 | 40 | 33 |
| Binary | 101111 | 1011100 | 1001100 | 110001 | 0 | 10001 | 1000000 | 10011111 | 100000 | 11011 |
Color Harmonies of #2F5C4C
Complementary color
Monochromatic Colors of #2F5C4C
Black with #2F5C4C
Text Example
Text Example
White with #2F5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5C4C; }
p { color: rgb(47,92,76); }
H1.HeaderClassName
{
color: #2F5C4C;
}
.AnyTagClassName
{
color: #2F5C4C;
}
</style>
background-color css
<style>
a { background-color: #2F5C4C; }
a { background-color: rgb(47,92,76); }
div.DivClassName
{
background-color: #2F5C4C;
}
.BgClassName
{
background-color: #2F5C4C;
}
</style>
border-color css
<style>
span { border-color: #2F5C4C; }
span { border-color: rgb(47,92,76); }
td.TdClassName
{
border-color: #2F5C4C;
}
.TagClassName
{
border-color: #2F5C4C;
}
</style>