Shades of Deep Fir #123922
Tints of Deep Fir #123922
RGB
CMYK
RGB Variations
Color information
#123922 (or 0x123922) is known color: Deep Fir. HEX triplet: 12, 39 and 22. RGB value is (18,57,34). Sum of RGB (Red+Green+Blue) = 18+57+34=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #123922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123922 is #EDC6DD. Grayscale: #2A2A2A. Windows color (decimal): -15582942 or 2242834. OLE color: 2242834.
HSL color Cylindrical-coordinate representation of color #123922: hue angle of 144.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123922 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 34 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.78 |
| HSL | 144.62º | 0.52% | 0.15% | - |
| HSV(B) | 144.62º | 0.68% | 0.22% | - |
| XYZ | 2 | 3.17 | 2.02 | - |
| YUV | 42.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 34 | 0.68 | 0 | 0.40 | 0.78 | 144.62 | 0.52 | 0.15 |
| Hex | 12 | 39 | 22 | 44 | 0 | 28 | 4E | 91 | 34 | F |
| Octal | 22 | 71 | 42 | 104 | 0 | 50 | 116 | 221 | 64 | 17 |
| Binary | 10010 | 111001 | 100010 | 1000100 | 0 | 101000 | 1001110 | 10010001 | 110100 | 1111 |
Color Harmonies of #123922
Complementary color
Monochromatic Colors of #123922
Black with #123922
Text Example
Text Example
White with #123922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123922; }
p { color: rgb(18,57,34); }
H1.HeaderClassName
{
color: #123922;
}
.AnyTagClassName
{
color: #123922;
}
</style>
background-color css
<style>
a { background-color: #123922; }
a { background-color: rgb(18,57,34); }
div.DivClassName
{
background-color: #123922;
}
.BgClassName
{
background-color: #123922;
}
</style>
border-color css
<style>
span { border-color: #123922; }
span { border-color: rgb(18,57,34); }
td.TdClassName
{
border-color: #123922;
}
.TagClassName
{
border-color: #123922;
}
</style>