Shades of Deep Fir #203B28
Tints of Deep Fir #203B28
RGB
CMYK
RGB Variations
Color information
#203B28 (or 0x203B28) is known color: Deep Fir. HEX triplet: 20, 3B and 28. RGB value is (32,59,40). Sum of RGB (Red+Green+Blue) = 32+59+40=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #203B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B28 is #DFC4D7. Grayscale: #303030. Windows color (decimal): -14664920 or 2636576. OLE color: 2636576.
HSL color Cylindrical-coordinate representation of color #203B28: hue angle of 137.78º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #203B28 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 40 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.77 |
| HSL | 137.78º | 0.3% | 0.18% | - |
| HSV(B) | 137.78º | 0.46% | 0.23% | - |
| XYZ | 2.54 | 3.59 | 2.57 | - |
| YUV | 48.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 40 | 0.46 | 0 | 0.32 | 0.77 | 137.78 | 0.3 | 0.18 |
| Hex | 20 | 3B | 28 | 2E | 0 | 20 | 4D | 8A | 1E | 12 |
| Octal | 40 | 73 | 50 | 56 | 0 | 40 | 115 | 212 | 36 | 22 |
| Binary | 100000 | 111011 | 101000 | 101110 | 0 | 100000 | 1001101 | 10001010 | 11110 | 10010 |
Color Harmonies of #203B28
Complementary color
Monochromatic Colors of #203B28
Black with #203B28
Text Example
Text Example
White with #203B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B28; }
p { color: rgb(32,59,40); }
H1.HeaderClassName
{
color: #203B28;
}
.AnyTagClassName
{
color: #203B28;
}
</style>
background-color css
<style>
a { background-color: #203B28; }
a { background-color: rgb(32,59,40); }
div.DivClassName
{
background-color: #203B28;
}
.BgClassName
{
background-color: #203B28;
}
</style>
border-color css
<style>
span { border-color: #203B28; }
span { border-color: rgb(32,59,40); }
td.TdClassName
{
border-color: #203B28;
}
.TagClassName
{
border-color: #203B28;
}
</style>