Shades of Deep Fir #22412B
Tints of Deep Fir #22412B
RGB
CMYK
RGB Variations
Color information
#22412B (or 0x22412B) is known color: Deep Fir. HEX triplet: 22, 41 and 2B. RGB value is (34,65,43). Sum of RGB (Red+Green+Blue) = 34+65+43=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #22412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22412B is #DDBED4. Grayscale: #353535. Windows color (decimal): -14532309 or 2834722. OLE color: 2834722.
HSL color Cylindrical-coordinate representation of color #22412B: hue angle of 137.42º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #22412B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 65 | 43 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.75 |
| HSL | 137.42º | 0.31% | 0.19% | - |
| HSV(B) | 137.42º | 0.48% | 0.25% | - |
| XYZ | 2.99 | 4.3 | 2.96 | - |
| YUV | 53.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 43 | 0.48 | 0 | 0.34 | 0.75 | 137.42 | 0.31 | 0.19 |
| Hex | 22 | 41 | 2B | 30 | 0 | 22 | 4B | 89 | 1F | 13 |
| Octal | 42 | 101 | 53 | 60 | 0 | 42 | 113 | 211 | 37 | 23 |
| Binary | 100010 | 1000001 | 101011 | 110000 | 0 | 100010 | 1001011 | 10001001 | 11111 | 10011 |
Color Harmonies of #22412B
Complementary color
Monochromatic Colors of #22412B
Black with #22412B
Text Example
Text Example
White with #22412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22412B; }
p { color: rgb(34,65,43); }
H1.HeaderClassName
{
color: #22412B;
}
.AnyTagClassName
{
color: #22412B;
}
</style>
background-color css
<style>
a { background-color: #22412B; }
a { background-color: rgb(34,65,43); }
div.DivClassName
{
background-color: #22412B;
}
.BgClassName
{
background-color: #22412B;
}
</style>
border-color css
<style>
span { border-color: #22412B; }
span { border-color: rgb(34,65,43); }
td.TdClassName
{
border-color: #22412B;
}
.TagClassName
{
border-color: #22412B;
}
</style>