Shades of Spectra #2F604F
Tints of Spectra #2F604F
RGB
CMYK
RGB Variations
Color information
#2F604F (or 0x2F604F) is known color: Spectra. HEX triplet: 2F, 60 and 4F. RGB value is (47,96,79). Sum of RGB (Red+Green+Blue) = 47+96+79=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #2F604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F604F is #D09FB0. Grayscale: #4F4F4F. Windows color (decimal): -13672369 or 5201967. OLE color: 5201967.
HSL color Cylindrical-coordinate representation of color #2F604F: hue angle of 159.18º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F604F is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 79 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.62 |
| HSL | 159.18º | 0.34% | 0.28% | - |
| HSV(B) | 159.18º | 0.51% | 0.38% | - |
| XYZ | 6.77 | 9.53 | 8.88 | - |
| YUV | 79.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 79 | 0.51 | 0 | 0.18 | 0.62 | 159.18 | 0.34 | 0.28 |
| Hex | 2F | 60 | 4F | 33 | 0 | 12 | 3E | 9F | 22 | 1C |
| Octal | 57 | 140 | 117 | 63 | 0 | 22 | 76 | 237 | 42 | 34 |
| Binary | 101111 | 1100000 | 1001111 | 110011 | 0 | 10010 | 111110 | 10011111 | 100010 | 11100 |
Color Harmonies of #2F604F
Complementary color
Monochromatic Colors of #2F604F
Black with #2F604F
Text Example
Text Example
White with #2F604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F604F; }
p { color: rgb(47,96,79); }
H1.HeaderClassName
{
color: #2F604F;
}
.AnyTagClassName
{
color: #2F604F;
}
</style>
background-color css
<style>
a { background-color: #2F604F; }
a { background-color: rgb(47,96,79); }
div.DivClassName
{
background-color: #2F604F;
}
.BgClassName
{
background-color: #2F604F;
}
</style>
border-color css
<style>
span { border-color: #2F604F; }
span { border-color: rgb(47,96,79); }
td.TdClassName
{
border-color: #2F604F;
}
.TagClassName
{
border-color: #2F604F;
}
</style>