Shades of Deep Fir #204129
Tints of Deep Fir #204129
RGB
CMYK
RGB Variations
Color information
#204129 (or 0x204129) is known color: Deep Fir. HEX triplet: 20, 41 and 29. RGB value is (32,65,41). Sum of RGB (Red+Green+Blue) = 32+65+41=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #204129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204129 is #DFBED6. Grayscale: #343434. Windows color (decimal): -14663383 or 2703648. OLE color: 2703648.
HSL color Cylindrical-coordinate representation of color #204129: hue angle of 136.36º 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 #204129 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 41 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.75 |
| HSL | 136.36º | 0.34% | 0.19% | - |
| HSV(B) | 136.36º | 0.51% | 0.25% | - |
| XYZ | 2.89 | 4.25 | 2.77 | - |
| YUV | 52.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 41 | 0.51 | 0 | 0.37 | 0.75 | 136.36 | 0.34 | 0.19 |
| Hex | 20 | 41 | 29 | 33 | 0 | 25 | 4B | 88 | 22 | 13 |
| Octal | 40 | 101 | 51 | 63 | 0 | 45 | 113 | 210 | 42 | 23 |
| Binary | 100000 | 1000001 | 101001 | 110011 | 0 | 100101 | 1001011 | 10001000 | 100010 | 10011 |
Color Harmonies of #204129
Complementary color
Monochromatic Colors of #204129
Black with #204129
Text Example
Text Example
White with #204129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204129; }
p { color: rgb(32,65,41); }
H1.HeaderClassName
{
color: #204129;
}
.AnyTagClassName
{
color: #204129;
}
</style>
background-color css
<style>
a { background-color: #204129; }
a { background-color: rgb(32,65,41); }
div.DivClassName
{
background-color: #204129;
}
.BgClassName
{
background-color: #204129;
}
</style>
border-color css
<style>
span { border-color: #204129; }
span { border-color: rgb(32,65,41); }
td.TdClassName
{
border-color: #204129;
}
.TagClassName
{
border-color: #204129;
}
</style>