Shades of Deep Fir #20462B
Tints of Deep Fir #20462B
RGB
CMYK
RGB Variations
Color information
#20462B (or 0x20462B) is known color: Deep Fir. HEX triplet: 20, 46 and 2B. RGB value is (32,70,43). Sum of RGB (Red+Green+Blue) = 32+70+43=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #20462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20462B is #DFB9D4. Grayscale: #373737. Windows color (decimal): -14662101 or 2836000. OLE color: 2836000.
HSL color Cylindrical-coordinate representation of color #20462B: hue angle of 137.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20462B is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 43 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.73 |
| HSL | 137.37º | 0.37% | 0.2% | - |
| HSV(B) | 137.37º | 0.54% | 0.27% | - |
| XYZ | 3.22 | 4.86 | 3.05 | - |
| YUV | 55.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 43 | 0.54 | 0 | 0.39 | 0.73 | 137.37 | 0.37 | 0.2 |
| Hex | 20 | 46 | 2B | 36 | 0 | 27 | 49 | 89 | 25 | 14 |
| Octal | 40 | 106 | 53 | 66 | 0 | 47 | 111 | 211 | 45 | 24 |
| Binary | 100000 | 1000110 | 101011 | 110110 | 0 | 100111 | 1001001 | 10001001 | 100101 | 10100 |
Color Harmonies of #20462B
Complementary color
Monochromatic Colors of #20462B
Black with #20462B
Text Example
Text Example
White with #20462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20462B; }
p { color: rgb(32,70,43); }
H1.HeaderClassName
{
color: #20462B;
}
.AnyTagClassName
{
color: #20462B;
}
</style>
background-color css
<style>
a { background-color: #20462B; }
a { background-color: rgb(32,70,43); }
div.DivClassName
{
background-color: #20462B;
}
.BgClassName
{
background-color: #20462B;
}
</style>
border-color css
<style>
span { border-color: #20462B; }
span { border-color: rgb(32,70,43); }
td.TdClassName
{
border-color: #20462B;
}
.TagClassName
{
border-color: #20462B;
}
</style>