Shades of Deep Fir #203C29
Tints of Deep Fir #203C29
RGB
CMYK
RGB Variations
Color information
#203C29 (or 0x203C29) is known color: Deep Fir. HEX triplet: 20, 3C and 29. RGB value is (32,60,41). Sum of RGB (Red+Green+Blue) = 32+60+41=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #203C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C29 is #DFC3D6. Grayscale: #313131. Windows color (decimal): -14664663 or 2702368. OLE color: 2702368.
HSL color Cylindrical-coordinate representation of color #203C29: hue angle of 139.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #203C29 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 41 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.76 |
| HSL | 139.29º | 0.3% | 0.18% | - |
| HSV(B) | 139.29º | 0.47% | 0.24% | - |
| XYZ | 2.61 | 3.7 | 2.67 | - |
| YUV | 49.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 41 | 0.47 | 0 | 0.32 | 0.76 | 139.29 | 0.3 | 0.18 |
| Hex | 20 | 3C | 29 | 2F | 0 | 20 | 4C | 8B | 1E | 12 |
| Octal | 40 | 74 | 51 | 57 | 0 | 40 | 114 | 213 | 36 | 22 |
| Binary | 100000 | 111100 | 101001 | 101111 | 0 | 100000 | 1001100 | 10001011 | 11110 | 10010 |
Color Harmonies of #203C29
Complementary color
Monochromatic Colors of #203C29
Black with #203C29
Text Example
Text Example
White with #203C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C29; }
p { color: rgb(32,60,41); }
H1.HeaderClassName
{
color: #203C29;
}
.AnyTagClassName
{
color: #203C29;
}
</style>
background-color css
<style>
a { background-color: #203C29; }
a { background-color: rgb(32,60,41); }
div.DivClassName
{
background-color: #203C29;
}
.BgClassName
{
background-color: #203C29;
}
</style>
border-color css
<style>
span { border-color: #203C29; }
span { border-color: rgb(32,60,41); }
td.TdClassName
{
border-color: #203C29;
}
.TagClassName
{
border-color: #203C29;
}
</style>