Shades of Deep Fir #203C27
Tints of Deep Fir #203C27
RGB
CMYK
RGB Variations
Color information
#203C27 (or 0x203C27) is known color: Deep Fir. HEX triplet: 20, 3C and 27. RGB value is (32,60,39). Sum of RGB (Red+Green+Blue) = 32+60+39=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #203C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C27 is #DFC3D8. Grayscale: #313131. Windows color (decimal): -14664665 or 2571296. OLE color: 2571296.
HSL color Cylindrical-coordinate representation of color #203C27: hue angle of 135º 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 #203C27 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 39 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.76 |
| HSL | 135º | 0.3% | 0.18% | - |
| HSV(B) | 135º | 0.47% | 0.24% | - |
| XYZ | 2.58 | 3.69 | 2.49 | - |
| YUV | 49.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 39 | 0.47 | 0 | 0.35 | 0.76 | 135 | 0.3 | 0.18 |
| Hex | 20 | 3C | 27 | 2F | 0 | 23 | 4C | 87 | 1E | 12 |
| Octal | 40 | 74 | 47 | 57 | 0 | 43 | 114 | 207 | 36 | 22 |
| Binary | 100000 | 111100 | 100111 | 101111 | 0 | 100011 | 1001100 | 10000111 | 11110 | 10010 |
Color Harmonies of #203C27
Complementary color
Monochromatic Colors of #203C27
Black with #203C27
Text Example
Text Example
White with #203C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C27; }
p { color: rgb(32,60,39); }
H1.HeaderClassName
{
color: #203C27;
}
.AnyTagClassName
{
color: #203C27;
}
</style>
background-color css
<style>
a { background-color: #203C27; }
a { background-color: rgb(32,60,39); }
div.DivClassName
{
background-color: #203C27;
}
.BgClassName
{
background-color: #203C27;
}
</style>
border-color css
<style>
span { border-color: #203C27; }
span { border-color: rgb(32,60,39); }
td.TdClassName
{
border-color: #203C27;
}
.TagClassName
{
border-color: #203C27;
}
</style>