Shades of Deep Fir #213D2A
Tints of Deep Fir #213D2A
RGB
CMYK
RGB Variations
Color information
#213D2A (or 0x213D2A) is known color: Deep Fir. HEX triplet: 21, 3D and 2A. RGB value is (33,61,42). Sum of RGB (Red+Green+Blue) = 33+61+42=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #213D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D2A is #DEC2D5. Grayscale: #323232. Windows color (decimal): -14598870 or 2768161. OLE color: 2768161.
HSL color Cylindrical-coordinate representation of color #213D2A: hue angle of 139.29º 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 #213D2A is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 42 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.76 |
| HSL | 139.29º | 0.3% | 0.18% | - |
| HSV(B) | 139.29º | 0.46% | 0.24% | - |
| XYZ | 2.71 | 3.83 | 2.79 | - |
| YUV | 50.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 42 | 0.46 | 0 | 0.31 | 0.76 | 139.29 | 0.3 | 0.18 |
| Hex | 21 | 3D | 2A | 2E | 0 | 1F | 4C | 8B | 1E | 12 |
| Octal | 41 | 75 | 52 | 56 | 0 | 37 | 114 | 213 | 36 | 22 |
| Binary | 100001 | 111101 | 101010 | 101110 | 0 | 11111 | 1001100 | 10001011 | 11110 | 10010 |
Color Harmonies of #213D2A
Complementary color
Monochromatic Colors of #213D2A
Black with #213D2A
Text Example
Text Example
White with #213D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D2A; }
p { color: rgb(33,61,42); }
H1.HeaderClassName
{
color: #213D2A;
}
.AnyTagClassName
{
color: #213D2A;
}
</style>
background-color css
<style>
a { background-color: #213D2A; }
a { background-color: rgb(33,61,42); }
div.DivClassName
{
background-color: #213D2A;
}
.BgClassName
{
background-color: #213D2A;
}
</style>
border-color css
<style>
span { border-color: #213D2A; }
span { border-color: rgb(33,61,42); }
td.TdClassName
{
border-color: #213D2A;
}
.TagClassName
{
border-color: #213D2A;
}
</style>