Shades of Pine Tree #122104
Tints of Pine Tree #122104
RGB
CMYK
RGB Variations
Color information
#122104 (or 0x122104) is known color: Pine Tree. HEX triplet: 12, 21 and 04. RGB value is (18,33,4). Sum of RGB (Red+Green+Blue) = 18+33+4=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #122104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122104 is #EDDEFB. Grayscale: #191919. Windows color (decimal): -15589116 or 270610. OLE color: 270610.
HSL color Cylindrical-coordinate representation of color #122104: hue angle of 91.03º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122104 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 33 | 4 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.87 |
| HSL | 91.03º | 0.78% | 0.07% | - |
| HSV(B) | 91.03º | 0.88% | 0.13% | - |
| XYZ | 0.82 | 1.23 | 0.31 | - |
| YUV | 25.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 4 | 0.45 | 0 | 0.88 | 0.87 | 91.03 | 0.78 | 0.07 |
| Hex | 12 | 21 | 4 | 2D | 0 | 58 | 57 | 5B | 4E | 7 |
| Octal | 22 | 41 | 4 | 55 | 0 | 130 | 127 | 133 | 116 | 7 |
| Binary | 10010 | 100001 | 100 | 101101 | 0 | 1011000 | 1010111 | 1011011 | 1001110 | 111 |
Color Harmonies of #122104
Complementary color
Monochromatic Colors of #122104
Black with #122104
Text Example
Text Example
White with #122104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122104; }
p { color: rgb(18,33,4); }
H1.HeaderClassName
{
color: #122104;
}
.AnyTagClassName
{
color: #122104;
}
</style>
background-color css
<style>
a { background-color: #122104; }
a { background-color: rgb(18,33,4); }
div.DivClassName
{
background-color: #122104;
}
.BgClassName
{
background-color: #122104;
}
</style>
border-color css
<style>
span { border-color: #122104; }
span { border-color: rgb(18,33,4); }
td.TdClassName
{
border-color: #122104;
}
.TagClassName
{
border-color: #122104;
}
</style>