Shades of Deep Fir #203F29
Tints of Deep Fir #203F29
RGB
CMYK
RGB Variations
Color information
#203F29 (or 0x203F29) is known color: Deep Fir. HEX triplet: 20, 3F and 29. RGB value is (32,63,41). Sum of RGB (Red+Green+Blue) = 32+63+41=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #203F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F29 is #DFC0D6. Grayscale: #333333. Windows color (decimal): -14663895 or 2703136. OLE color: 2703136.
HSL color Cylindrical-coordinate representation of color #203F29: hue angle of 137.42º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203F29 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 63 | 41 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.75 |
| HSL | 137.42º | 0.33% | 0.19% | - |
| HSV(B) | 137.42º | 0.49% | 0.25% | - |
| XYZ | 2.77 | 4.02 | 2.73 | - |
| YUV | 51.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 41 | 0.49 | 0 | 0.35 | 0.75 | 137.42 | 0.33 | 0.19 |
| Hex | 20 | 3F | 29 | 31 | 0 | 23 | 4B | 89 | 21 | 13 |
| Octal | 40 | 77 | 51 | 61 | 0 | 43 | 113 | 211 | 41 | 23 |
| Binary | 100000 | 111111 | 101001 | 110001 | 0 | 100011 | 1001011 | 10001001 | 100001 | 10011 |
Color Harmonies of #203F29
Complementary color
Monochromatic Colors of #203F29
Black with #203F29
Text Example
Text Example
White with #203F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F29; }
p { color: rgb(32,63,41); }
H1.HeaderClassName
{
color: #203F29;
}
.AnyTagClassName
{
color: #203F29;
}
</style>
background-color css
<style>
a { background-color: #203F29; }
a { background-color: rgb(32,63,41); }
div.DivClassName
{
background-color: #203F29;
}
.BgClassName
{
background-color: #203F29;
}
</style>
border-color css
<style>
span { border-color: #203F29; }
span { border-color: rgb(32,63,41); }
td.TdClassName
{
border-color: #203F29;
}
.TagClassName
{
border-color: #203F29;
}
</style>