Shades of Deep Fir #204028
Tints of Deep Fir #204028
RGB
CMYK
RGB Variations
Color information
#204028 (or 0x204028) is known color: Deep Fir. HEX triplet: 20, 40 and 28. RGB value is (32,64,40). Sum of RGB (Red+Green+Blue) = 32+64+40=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #204028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204028 is #DFBFD7. Grayscale: #333333. Windows color (decimal): -14663640 or 2637856. OLE color: 2637856.
HSL color Cylindrical-coordinate representation of color #204028: hue angle of 135º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204028 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 40 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.75 |
| HSL | 135º | 0.33% | 0.19% | - |
| HSV(B) | 135º | 0.5% | 0.25% | - |
| XYZ | 2.81 | 4.13 | 2.66 | - |
| YUV | 51.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 40 | 0.50 | 0 | 0.38 | 0.75 | 135 | 0.33 | 0.19 |
| Hex | 20 | 40 | 28 | 32 | 0 | 26 | 4B | 87 | 21 | 13 |
| Octal | 40 | 100 | 50 | 62 | 0 | 46 | 113 | 207 | 41 | 23 |
| Binary | 100000 | 1000000 | 101000 | 110010 | 0 | 100110 | 1001011 | 10000111 | 100001 | 10011 |
Color Harmonies of #204028
Complementary color
Monochromatic Colors of #204028
Black with #204028
Text Example
Text Example
White with #204028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204028; }
p { color: rgb(32,64,40); }
H1.HeaderClassName
{
color: #204028;
}
.AnyTagClassName
{
color: #204028;
}
</style>
background-color css
<style>
a { background-color: #204028; }
a { background-color: rgb(32,64,40); }
div.DivClassName
{
background-color: #204028;
}
.BgClassName
{
background-color: #204028;
}
</style>
border-color css
<style>
span { border-color: #204028; }
span { border-color: rgb(32,64,40); }
td.TdClassName
{
border-color: #204028;
}
.TagClassName
{
border-color: #204028;
}
</style>