Shades of Deep Fir #213B28
Tints of Deep Fir #213B28
RGB
CMYK
RGB Variations
Color information
#213B28 (or 0x213B28) is known color: Deep Fir. HEX triplet: 21, 3B and 28. RGB value is (33,59,40). Sum of RGB (Red+Green+Blue) = 33+59+40=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 59 - color contains mainly: green. Hex color #213B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B28 is #DEC4D7. Grayscale: #313131. Windows color (decimal): -14599384 or 2636577. OLE color: 2636577.
HSL color Cylindrical-coordinate representation of color #213B28: hue angle of 136.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B28 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 40 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.77 |
| HSL | 136.15º | 0.28% | 0.18% | - |
| HSV(B) | 136.15º | 0.44% | 0.23% | - |
| XYZ | 2.57 | 3.6 | 2.57 | - |
| YUV | 49.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 40 | 0.44 | 0 | 0.32 | 0.77 | 136.15 | 0.28 | 0.18 |
| Hex | 21 | 3B | 28 | 2C | 0 | 20 | 4D | 88 | 1C | 12 |
| Octal | 41 | 73 | 50 | 54 | 0 | 40 | 115 | 210 | 34 | 22 |
| Binary | 100001 | 111011 | 101000 | 101100 | 0 | 100000 | 1001101 | 10001000 | 11100 | 10010 |
Color Harmonies of #213B28
Complementary color
Monochromatic Colors of #213B28
Black with #213B28
Text Example
Text Example
White with #213B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B28; }
p { color: rgb(33,59,40); }
H1.HeaderClassName
{
color: #213B28;
}
.AnyTagClassName
{
color: #213B28;
}
</style>
background-color css
<style>
a { background-color: #213B28; }
a { background-color: rgb(33,59,40); }
div.DivClassName
{
background-color: #213B28;
}
.BgClassName
{
background-color: #213B28;
}
</style>
border-color css
<style>
span { border-color: #213B28; }
span { border-color: rgb(33,59,40); }
td.TdClassName
{
border-color: #213B28;
}
.TagClassName
{
border-color: #213B28;
}
</style>