Shades of Deep Fir #20422B
Tints of Deep Fir #20422B
RGB
CMYK
RGB Variations
Color information
#20422B (or 0x20422B) is known color: Deep Fir. HEX triplet: 20, 42 and 2B. RGB value is (32,66,43). Sum of RGB (Red+Green+Blue) = 32+66+43=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #20422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20422B is #DFBDD4. Grayscale: #353535. Windows color (decimal): -14663125 or 2834976. OLE color: 2834976.
HSL color Cylindrical-coordinate representation of color #20422B: hue angle of 139.41º 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 #20422B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 43 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.74 |
| HSL | 139.41º | 0.35% | 0.19% | - |
| HSV(B) | 139.41º | 0.52% | 0.26% | - |
| XYZ | 2.98 | 4.38 | 2.97 | - |
| YUV | 53.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 43 | 0.52 | 0 | 0.35 | 0.74 | 139.41 | 0.35 | 0.19 |
| Hex | 20 | 42 | 2B | 34 | 0 | 23 | 4A | 8B | 23 | 13 |
| Octal | 40 | 102 | 53 | 64 | 0 | 43 | 112 | 213 | 43 | 23 |
| Binary | 100000 | 1000010 | 101011 | 110100 | 0 | 100011 | 1001010 | 10001011 | 100011 | 10011 |
Color Harmonies of #20422B
Complementary color
Monochromatic Colors of #20422B
Black with #20422B
Text Example
Text Example
White with #20422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20422B; }
p { color: rgb(32,66,43); }
H1.HeaderClassName
{
color: #20422B;
}
.AnyTagClassName
{
color: #20422B;
}
</style>
background-color css
<style>
a { background-color: #20422B; }
a { background-color: rgb(32,66,43); }
div.DivClassName
{
background-color: #20422B;
}
.BgClassName
{
background-color: #20422B;
}
</style>
border-color css
<style>
span { border-color: #20422B; }
span { border-color: rgb(32,66,43); }
td.TdClassName
{
border-color: #20422B;
}
.TagClassName
{
border-color: #20422B;
}
</style>