Shades of Deep Fir #20412B
Tints of Deep Fir #20412B
RGB
CMYK
RGB Variations
Color information
#20412B (or 0x20412B) is known color: Deep Fir. HEX triplet: 20, 41 and 2B. RGB value is (32,65,43). Sum of RGB (Red+Green+Blue) = 32+65+43=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #20412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20412B is #DFBED4. Grayscale: #343434. Windows color (decimal): -14663381 or 2834720. OLE color: 2834720.
HSL color Cylindrical-coordinate representation of color #20412B: hue angle of 140º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20412B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 43 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.75 |
| HSL | 140º | 0.34% | 0.19% | - |
| HSV(B) | 140º | 0.51% | 0.25% | - |
| XYZ | 2.92 | 4.26 | 2.95 | - |
| YUV | 52.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 43 | 0.51 | 0 | 0.34 | 0.75 | 140 | 0.34 | 0.19 |
| Hex | 20 | 41 | 2B | 33 | 0 | 22 | 4B | 8C | 22 | 13 |
| Octal | 40 | 101 | 53 | 63 | 0 | 42 | 113 | 214 | 42 | 23 |
| Binary | 100000 | 1000001 | 101011 | 110011 | 0 | 100010 | 1001011 | 10001100 | 100010 | 10011 |
Color Harmonies of #20412B
Complementary color
Monochromatic Colors of #20412B
Black with #20412B
Text Example
Text Example
White with #20412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20412B; }
p { color: rgb(32,65,43); }
H1.HeaderClassName
{
color: #20412B;
}
.AnyTagClassName
{
color: #20412B;
}
</style>
background-color css
<style>
a { background-color: #20412B; }
a { background-color: rgb(32,65,43); }
div.DivClassName
{
background-color: #20412B;
}
.BgClassName
{
background-color: #20412B;
}
</style>
border-color css
<style>
span { border-color: #20412B; }
span { border-color: rgb(32,65,43); }
td.TdClassName
{
border-color: #20412B;
}
.TagClassName
{
border-color: #20412B;
}
</style>