Shades of Pine Tree #122404
Tints of Pine Tree #122404
RGB
CMYK
RGB Variations
Color information
#122404 (or 0x122404) is known color: Pine Tree. HEX triplet: 12, 24 and 04. RGB value is (18,36,4). Sum of RGB (Red+Green+Blue) = 18+36+4=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #122404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122404 is #EDDBFB. Grayscale: #1B1B1B. Windows color (decimal): -15588348 or 271378. OLE color: 271378.
HSL color Cylindrical-coordinate representation of color #122404: hue angle of 93.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122404 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 4 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.86 |
| HSL | 93.75º | 0.8% | 0.08% | - |
| HSV(B) | 93.75º | 0.89% | 0.14% | - |
| XYZ | 0.9 | 1.4 | 0.34 | - |
| YUV | 26.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 4 | 0.5 | 0 | 0.89 | 0.86 | 93.75 | 0.8 | 0.08 |
| Hex | 12 | 24 | 4 | 32 | 0 | 59 | 56 | 5E | 50 | 8 |
| Octal | 22 | 44 | 4 | 62 | 0 | 131 | 126 | 136 | 120 | 10 |
| Binary | 10010 | 100100 | 100 | 110010 | 0 | 1011001 | 1010110 | 1011110 | 1010000 | 1000 |
Color Harmonies of #122404
Complementary color
Monochromatic Colors of #122404
Black with #122404
Text Example
Text Example
White with #122404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122404; }
p { color: rgb(18,36,4); }
H1.HeaderClassName
{
color: #122404;
}
.AnyTagClassName
{
color: #122404;
}
</style>
background-color css
<style>
a { background-color: #122404; }
a { background-color: rgb(18,36,4); }
div.DivClassName
{
background-color: #122404;
}
.BgClassName
{
background-color: #122404;
}
</style>
border-color css
<style>
span { border-color: #122404; }
span { border-color: rgb(18,36,4); }
td.TdClassName
{
border-color: #122404;
}
.TagClassName
{
border-color: #122404;
}
</style>