Shades of Deep Fir #20422A
Tints of Deep Fir #20422A
RGB
CMYK
RGB Variations
Color information
#20422A (or 0x20422A) is known color: Deep Fir. HEX triplet: 20, 42 and 2A. RGB value is (32,66,42). Sum of RGB (Red+Green+Blue) = 32+66+42=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #20422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20422A is #DFBDD5. Grayscale: #353535. Windows color (decimal): -14663126 or 2769440. OLE color: 2769440.
HSL color Cylindrical-coordinate representation of color #20422A: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20422A is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 42 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.74 |
| HSL | 137.65º | 0.35% | 0.19% | - |
| HSV(B) | 137.65º | 0.52% | 0.26% | - |
| XYZ | 2.96 | 4.37 | 2.88 | - |
| YUV | 53.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 42 | 0.52 | 0 | 0.36 | 0.74 | 137.65 | 0.35 | 0.19 |
| Hex | 20 | 42 | 2A | 34 | 0 | 24 | 4A | 8A | 23 | 13 |
| Octal | 40 | 102 | 52 | 64 | 0 | 44 | 112 | 212 | 43 | 23 |
| Binary | 100000 | 1000010 | 101010 | 110100 | 0 | 100100 | 1001010 | 10001010 | 100011 | 10011 |
Color Harmonies of #20422A
Complementary color
Monochromatic Colors of #20422A
Black with #20422A
Text Example
Text Example
White with #20422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20422A; }
p { color: rgb(32,66,42); }
H1.HeaderClassName
{
color: #20422A;
}
.AnyTagClassName
{
color: #20422A;
}
</style>
background-color css
<style>
a { background-color: #20422A; }
a { background-color: rgb(32,66,42); }
div.DivClassName
{
background-color: #20422A;
}
.BgClassName
{
background-color: #20422A;
}
</style>
border-color css
<style>
span { border-color: #20422A; }
span { border-color: rgb(32,66,42); }
td.TdClassName
{
border-color: #20422A;
}
.TagClassName
{
border-color: #20422A;
}
</style>