Shades of Deep Fir #20432B
Tints of Deep Fir #20432B
RGB
CMYK
RGB Variations
Color information
#20432B (or 0x20432B) is known color: Deep Fir. HEX triplet: 20, 43 and 2B. RGB value is (32,67,43). Sum of RGB (Red+Green+Blue) = 32+67+43=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #20432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20432B is #DFBCD4. Grayscale: #353535. Windows color (decimal): -14662869 or 2835232. OLE color: 2835232.
HSL color Cylindrical-coordinate representation of color #20432B: hue angle of 138.86º 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 #20432B is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 43 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.74 |
| HSL | 138.86º | 0.35% | 0.19% | - |
| HSV(B) | 138.86º | 0.52% | 0.26% | - |
| XYZ | 3.04 | 4.5 | 2.99 | - |
| YUV | 53.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 43 | 0.52 | 0 | 0.36 | 0.74 | 138.86 | 0.35 | 0.19 |
| Hex | 20 | 43 | 2B | 34 | 0 | 24 | 4A | 8B | 23 | 13 |
| Octal | 40 | 103 | 53 | 64 | 0 | 44 | 112 | 213 | 43 | 23 |
| Binary | 100000 | 1000011 | 101011 | 110100 | 0 | 100100 | 1001010 | 10001011 | 100011 | 10011 |
Color Harmonies of #20432B
Complementary color
Monochromatic Colors of #20432B
Black with #20432B
Text Example
Text Example
White with #20432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20432B; }
p { color: rgb(32,67,43); }
H1.HeaderClassName
{
color: #20432B;
}
.AnyTagClassName
{
color: #20432B;
}
</style>
background-color css
<style>
a { background-color: #20432B; }
a { background-color: rgb(32,67,43); }
div.DivClassName
{
background-color: #20432B;
}
.BgClassName
{
background-color: #20432B;
}
</style>
border-color css
<style>
span { border-color: #20432B; }
span { border-color: rgb(32,67,43); }
td.TdClassName
{
border-color: #20432B;
}
.TagClassName
{
border-color: #20432B;
}
</style>