Shades of Deep Fir #203E29
Tints of Deep Fir #203E29
RGB
CMYK
RGB Variations
Color information
#203E29 (or 0x203E29) is known color: Deep Fir. HEX triplet: 20, 3E and 29. RGB value is (32,62,41). Sum of RGB (Red+Green+Blue) = 32+62+41=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 62 - color contains mainly: green. Hex color #203E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E29 is #DFC1D6. Grayscale: #323232. Windows color (decimal): -14664151 or 2702880. OLE color: 2702880.
HSL color Cylindrical-coordinate representation of color #203E29: hue angle of 138º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203E29 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 62 | 41 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.76 |
| HSL | 138º | 0.32% | 0.18% | - |
| HSV(B) | 138º | 0.48% | 0.24% | - |
| XYZ | 2.72 | 3.91 | 2.71 | - |
| YUV | 50.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 41 | 0.48 | 0 | 0.34 | 0.76 | 138 | 0.32 | 0.18 |
| Hex | 20 | 3E | 29 | 30 | 0 | 22 | 4C | 8A | 20 | 12 |
| Octal | 40 | 76 | 51 | 60 | 0 | 42 | 114 | 212 | 40 | 22 |
| Binary | 100000 | 111110 | 101001 | 110000 | 0 | 100010 | 1001100 | 10001010 | 100000 | 10010 |
Color Harmonies of #203E29
Complementary color
Monochromatic Colors of #203E29
Black with #203E29
Text Example
Text Example
White with #203E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E29; }
p { color: rgb(32,62,41); }
H1.HeaderClassName
{
color: #203E29;
}
.AnyTagClassName
{
color: #203E29;
}
</style>
background-color css
<style>
a { background-color: #203E29; }
a { background-color: rgb(32,62,41); }
div.DivClassName
{
background-color: #203E29;
}
.BgClassName
{
background-color: #203E29;
}
</style>
border-color css
<style>
span { border-color: #203E29; }
span { border-color: rgb(32,62,41); }
td.TdClassName
{
border-color: #203E29;
}
.TagClassName
{
border-color: #203E29;
}
</style>