Shades of Deep Fir #122F19
Tints of Deep Fir #122F19
RGB
CMYK
RGB Variations
Color information
#122F19 (or 0x122F19) is known color: Deep Fir. HEX triplet: 12, 2F and 19. RGB value is (18,47,25). Sum of RGB (Red+Green+Blue) = 18+47+25=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #122F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F19 is #EDD0E6. Grayscale: #232323. Windows color (decimal): -15585511 or 1650450. OLE color: 1650450.
HSL color Cylindrical-coordinate representation of color #122F19: hue angle of 134.48º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F19 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 25 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.82 |
| HSL | 134.48º | 0.45% | 0.13% | - |
| HSV(B) | 134.48º | 0.62% | 0.18% | - |
| XYZ | 1.44 | 2.23 | 1.27 | - |
| YUV | 35.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 25 | 0.62 | 0 | 0.47 | 0.82 | 134.48 | 0.45 | 0.13 |
| Hex | 12 | 2F | 19 | 3E | 0 | 2F | 52 | 86 | 2D | D |
| Octal | 22 | 57 | 31 | 76 | 0 | 57 | 122 | 206 | 55 | 15 |
| Binary | 10010 | 101111 | 11001 | 111110 | 0 | 101111 | 1010010 | 10000110 | 101101 | 1101 |
Color Harmonies of #122F19
Complementary color
Monochromatic Colors of #122F19
Black with #122F19
Text Example
Text Example
White with #122F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F19; }
p { color: rgb(18,47,25); }
H1.HeaderClassName
{
color: #122F19;
}
.AnyTagClassName
{
color: #122F19;
}
</style>
background-color css
<style>
a { background-color: #122F19; }
a { background-color: rgb(18,47,25); }
div.DivClassName
{
background-color: #122F19;
}
.BgClassName
{
background-color: #122F19;
}
</style>
border-color css
<style>
span { border-color: #122F19; }
span { border-color: rgb(18,47,25); }
td.TdClassName
{
border-color: #122F19;
}
.TagClassName
{
border-color: #122F19;
}
</style>