Shades of Deep Fir #203B27
Tints of Deep Fir #203B27
RGB
CMYK
RGB Variations
Color information
#203B27 (or 0x203B27) is known color: Deep Fir. HEX triplet: 20, 3B and 27. RGB value is (32,59,39). Sum of RGB (Red+Green+Blue) = 32+59+39=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #203B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B27 is #DFC4D8. Grayscale: #303030. Windows color (decimal): -14664921 or 2571040. OLE color: 2571040.
HSL color Cylindrical-coordinate representation of color #203B27: hue angle of 135.56º 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 #203B27 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 39 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.77 |
| HSL | 135.56º | 0.3% | 0.18% | - |
| HSV(B) | 135.56º | 0.46% | 0.23% | - |
| XYZ | 2.53 | 3.58 | 2.48 | - |
| YUV | 48.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 39 | 0.46 | 0 | 0.34 | 0.77 | 135.56 | 0.3 | 0.18 |
| Hex | 20 | 3B | 27 | 2E | 0 | 22 | 4D | 88 | 1E | 12 |
| Octal | 40 | 73 | 47 | 56 | 0 | 42 | 115 | 210 | 36 | 22 |
| Binary | 100000 | 111011 | 100111 | 101110 | 0 | 100010 | 1001101 | 10001000 | 11110 | 10010 |
Color Harmonies of #203B27
Complementary color
Monochromatic Colors of #203B27
Black with #203B27
Text Example
Text Example
White with #203B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B27; }
p { color: rgb(32,59,39); }
H1.HeaderClassName
{
color: #203B27;
}
.AnyTagClassName
{
color: #203B27;
}
</style>
background-color css
<style>
a { background-color: #203B27; }
a { background-color: rgb(32,59,39); }
div.DivClassName
{
background-color: #203B27;
}
.BgClassName
{
background-color: #203B27;
}
</style>
border-color css
<style>
span { border-color: #203B27; }
span { border-color: rgb(32,59,39); }
td.TdClassName
{
border-color: #203B27;
}
.TagClassName
{
border-color: #203B27;
}
</style>