Shades of Deep Fir #203B2A
Tints of Deep Fir #203B2A
RGB
CMYK
RGB Variations
Color information
#203B2A (or 0x203B2A) is known color: Deep Fir. HEX triplet: 20, 3B and 2A. RGB value is (32,59,42). Sum of RGB (Red+Green+Blue) = 32+59+42=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #203B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B2A is #DFC4D5. Grayscale: #313131. Windows color (decimal): -14664918 or 2767648. OLE color: 2767648.
HSL color Cylindrical-coordinate representation of color #203B2A: hue angle of 142.22º 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 #203B2A is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 42 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.77 |
| HSL | 142.22º | 0.3% | 0.18% | - |
| HSV(B) | 142.22º | 0.46% | 0.23% | - |
| XYZ | 2.58 | 3.6 | 2.75 | - |
| YUV | 48.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 42 | 0.46 | 0 | 0.29 | 0.77 | 142.22 | 0.3 | 0.18 |
| Hex | 20 | 3B | 2A | 2E | 0 | 1D | 4D | 8E | 1E | 12 |
| Octal | 40 | 73 | 52 | 56 | 0 | 35 | 115 | 216 | 36 | 22 |
| Binary | 100000 | 111011 | 101010 | 101110 | 0 | 11101 | 1001101 | 10001110 | 11110 | 10010 |
Color Harmonies of #203B2A
Complementary color
Monochromatic Colors of #203B2A
Black with #203B2A
Text Example
Text Example
White with #203B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B2A; }
p { color: rgb(32,59,42); }
H1.HeaderClassName
{
color: #203B2A;
}
.AnyTagClassName
{
color: #203B2A;
}
</style>
background-color css
<style>
a { background-color: #203B2A; }
a { background-color: rgb(32,59,42); }
div.DivClassName
{
background-color: #203B2A;
}
.BgClassName
{
background-color: #203B2A;
}
</style>
border-color css
<style>
span { border-color: #203B2A; }
span { border-color: rgb(32,59,42); }
td.TdClassName
{
border-color: #203B2A;
}
.TagClassName
{
border-color: #203B2A;
}
</style>