Shades of Deep Fir #123420
Tints of Deep Fir #123420
RGB
CMYK
RGB Variations
Color information
#123420 (or 0x123420) is known color: Deep Fir. HEX triplet: 12, 34 and 20. RGB value is (18,52,32). Sum of RGB (Red+Green+Blue) = 18+52+32=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #123420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123420 is #EDCBDF. Grayscale: #272727. Windows color (decimal): -15584224 or 2110482. OLE color: 2110482.
HSL color Cylindrical-coordinate representation of color #123420: hue angle of 144.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123420 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 32 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.80 |
| HSL | 144.71º | 0.49% | 0.14% | - |
| HSV(B) | 144.71º | 0.65% | 0.2% | - |
| XYZ | 1.74 | 2.69 | 1.79 | - |
| YUV | 39.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 32 | 0.65 | 0 | 0.38 | 0.80 | 144.71 | 0.49 | 0.14 |
| Hex | 12 | 34 | 20 | 41 | 0 | 26 | 50 | 91 | 31 | E |
| Octal | 22 | 64 | 40 | 101 | 0 | 46 | 120 | 221 | 61 | 16 |
| Binary | 10010 | 110100 | 100000 | 1000001 | 0 | 100110 | 1010000 | 10010001 | 110001 | 1110 |
Color Harmonies of #123420
Complementary color
Monochromatic Colors of #123420
Black with #123420
Text Example
Text Example
White with #123420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123420; }
p { color: rgb(18,52,32); }
H1.HeaderClassName
{
color: #123420;
}
.AnyTagClassName
{
color: #123420;
}
</style>
background-color css
<style>
a { background-color: #123420; }
a { background-color: rgb(18,52,32); }
div.DivClassName
{
background-color: #123420;
}
.BgClassName
{
background-color: #123420;
}
</style>
border-color css
<style>
span { border-color: #123420; }
span { border-color: rgb(18,52,32); }
td.TdClassName
{
border-color: #123420;
}
.TagClassName
{
border-color: #123420;
}
</style>