Shades of Deep Fir #203928
Tints of Deep Fir #203928
RGB
CMYK
RGB Variations
Color information
#203928 (or 0x203928) is known color: Deep Fir. HEX triplet: 20, 39 and 28. RGB value is (32,57,40). Sum of RGB (Red+Green+Blue) = 32+57+40=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #203928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203928 is #DFC6D7. Grayscale: #2F2F2F. Windows color (decimal): -14665432 or 2636064. OLE color: 2636064.
HSL color Cylindrical-coordinate representation of color #203928: hue angle of 139.2º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #203928 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 57 | 40 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.78 |
| HSL | 139.2º | 0.28% | 0.17% | - |
| HSV(B) | 139.2º | 0.44% | 0.22% | - |
| XYZ | 2.44 | 3.39 | 2.53 | - |
| YUV | 47.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 40 | 0.44 | 0 | 0.30 | 0.78 | 139.2 | 0.28 | 0.17 |
| Hex | 20 | 39 | 28 | 2C | 0 | 1E | 4E | 8B | 1C | 11 |
| Octal | 40 | 71 | 50 | 54 | 0 | 36 | 116 | 213 | 34 | 21 |
| Binary | 100000 | 111001 | 101000 | 101100 | 0 | 11110 | 1001110 | 10001011 | 11100 | 10001 |
Color Harmonies of #203928
Complementary color
Monochromatic Colors of #203928
Black with #203928
Text Example
Text Example
White with #203928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203928; }
p { color: rgb(32,57,40); }
H1.HeaderClassName
{
color: #203928;
}
.AnyTagClassName
{
color: #203928;
}
</style>
background-color css
<style>
a { background-color: #203928; }
a { background-color: rgb(32,57,40); }
div.DivClassName
{
background-color: #203928;
}
.BgClassName
{
background-color: #203928;
}
</style>
border-color css
<style>
span { border-color: #203928; }
span { border-color: rgb(32,57,40); }
td.TdClassName
{
border-color: #203928;
}
.TagClassName
{
border-color: #203928;
}
</style>