Shades of Spectra #2F594B
Tints of Spectra #2F594B
RGB
CMYK
RGB Variations
Color information
#2F594B (or 0x2F594B) is known color: Spectra. HEX triplet: 2F, 59 and 4B. RGB value is (47,89,75). Sum of RGB (Red+Green+Blue) = 47+89+75=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #2F594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F594B is #D0A6B4. Grayscale: #4A4A4A. Windows color (decimal): -13674165 or 4938031. OLE color: 4938031.
HSL color Cylindrical-coordinate representation of color #2F594B: hue angle of 160º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F594B is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 75 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.65 |
| HSL | 160º | 0.31% | 0.27% | - |
| HSV(B) | 160º | 0.47% | 0.35% | - |
| XYZ | 6.01 | 8.26 | 7.93 | - |
| YUV | 74.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 75 | 0.47 | 0 | 0.16 | 0.65 | 160 | 0.31 | 0.27 |
| Hex | 2F | 59 | 4B | 2F | 0 | 10 | 41 | A0 | 1F | 1B |
| Octal | 57 | 131 | 113 | 57 | 0 | 20 | 101 | 240 | 37 | 33 |
| Binary | 101111 | 1011001 | 1001011 | 101111 | 0 | 10000 | 1000001 | 10100000 | 11111 | 11011 |
Color Harmonies of #2F594B
Complementary color
Monochromatic Colors of #2F594B
Black with #2F594B
Text Example
Text Example
White with #2F594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F594B; }
p { color: rgb(47,89,75); }
H1.HeaderClassName
{
color: #2F594B;
}
.AnyTagClassName
{
color: #2F594B;
}
</style>
background-color css
<style>
a { background-color: #2F594B; }
a { background-color: rgb(47,89,75); }
div.DivClassName
{
background-color: #2F594B;
}
.BgClassName
{
background-color: #2F594B;
}
</style>
border-color css
<style>
span { border-color: #2F594B; }
span { border-color: rgb(47,89,75); }
td.TdClassName
{
border-color: #2F594B;
}
.TagClassName
{
border-color: #2F594B;
}
</style>