Shades of Deep Fir #203A27
Tints of Deep Fir #203A27
RGB
CMYK
RGB Variations
Color information
#203A27 (or 0x203A27) is known color: Deep Fir. HEX triplet: 20, 3A and 27. RGB value is (32,58,39). Sum of RGB (Red+Green+Blue) = 32+58+39=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #203A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A27 is #DFC5D8. Grayscale: #303030. Windows color (decimal): -14665177 or 2570784. OLE color: 2570784.
HSL color Cylindrical-coordinate representation of color #203A27: hue angle of 136.15º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A27 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 58 | 39 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.77 |
| HSL | 136.15º | 0.29% | 0.18% | - |
| HSV(B) | 136.15º | 0.45% | 0.23% | - |
| XYZ | 2.47 | 3.48 | 2.46 | - |
| YUV | 48.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 39 | 0.45 | 0 | 0.33 | 0.77 | 136.15 | 0.29 | 0.18 |
| Hex | 20 | 3A | 27 | 2D | 0 | 21 | 4D | 88 | 1D | 12 |
| Octal | 40 | 72 | 47 | 55 | 0 | 41 | 115 | 210 | 35 | 22 |
| Binary | 100000 | 111010 | 100111 | 101101 | 0 | 100001 | 1001101 | 10001000 | 11101 | 10010 |
Color Harmonies of #203A27
Complementary color
Monochromatic Colors of #203A27
Black with #203A27
Text Example
Text Example
White with #203A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A27; }
p { color: rgb(32,58,39); }
H1.HeaderClassName
{
color: #203A27;
}
.AnyTagClassName
{
color: #203A27;
}
</style>
background-color css
<style>
a { background-color: #203A27; }
a { background-color: rgb(32,58,39); }
div.DivClassName
{
background-color: #203A27;
}
.BgClassName
{
background-color: #203A27;
}
</style>
border-color css
<style>
span { border-color: #203A27; }
span { border-color: rgb(32,58,39); }
td.TdClassName
{
border-color: #203A27;
}
.TagClassName
{
border-color: #203A27;
}
</style>