Shades of Deep Fir #213D29
Tints of Deep Fir #213D29
RGB
CMYK
RGB Variations
Color information
#213D29 (or 0x213D29) is known color: Deep Fir. HEX triplet: 21, 3D and 29. RGB value is (33,61,41). Sum of RGB (Red+Green+Blue) = 33+61+41=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #213D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D29 is #DEC2D6. Grayscale: #323232. Windows color (decimal): -14598871 or 2702625. OLE color: 2702625.
HSL color Cylindrical-coordinate representation of color #213D29: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D29 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 41 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.76 |
| HSL | 137.14º | 0.3% | 0.18% | - |
| HSV(B) | 137.14º | 0.46% | 0.24% | - |
| XYZ | 2.7 | 3.82 | 2.69 | - |
| YUV | 50.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 41 | 0.46 | 0 | 0.33 | 0.76 | 137.14 | 0.3 | 0.18 |
| Hex | 21 | 3D | 29 | 2E | 0 | 21 | 4C | 89 | 1E | 12 |
| Octal | 41 | 75 | 51 | 56 | 0 | 41 | 114 | 211 | 36 | 22 |
| Binary | 100001 | 111101 | 101001 | 101110 | 0 | 100001 | 1001100 | 10001001 | 11110 | 10010 |
Color Harmonies of #213D29
Complementary color
Monochromatic Colors of #213D29
Black with #213D29
Text Example
Text Example
White with #213D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D29; }
p { color: rgb(33,61,41); }
H1.HeaderClassName
{
color: #213D29;
}
.AnyTagClassName
{
color: #213D29;
}
</style>
background-color css
<style>
a { background-color: #213D29; }
a { background-color: rgb(33,61,41); }
div.DivClassName
{
background-color: #213D29;
}
.BgClassName
{
background-color: #213D29;
}
</style>
border-color css
<style>
span { border-color: #213D29; }
span { border-color: rgb(33,61,41); }
td.TdClassName
{
border-color: #213D29;
}
.TagClassName
{
border-color: #213D29;
}
</style>