Shades of Pine Tree #122409
Tints of Pine Tree #122409
RGB
CMYK
RGB Variations
Color information
#122409 (or 0x122409) is known color: Pine Tree. HEX triplet: 12, 24 and 09. RGB value is (18,36,9). Sum of RGB (Red+Green+Blue) = 18+36+9=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #122409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122409 is #EDDBF6. Grayscale: #1B1B1B. Windows color (decimal): -15588343 or 599058. OLE color: 599058.
HSL color Cylindrical-coordinate representation of color #122409: hue angle of 100º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122409 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 9 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.86 |
| HSL | 100º | 0.6% | 0.09% | - |
| HSV(B) | 100º | 0.75% | 0.14% | - |
| XYZ | 0.93 | 1.41 | 0.48 | - |
| YUV | 27.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 9 | 0.5 | 0 | 0.75 | 0.86 | 100 | 0.6 | 0.09 |
| Hex | 12 | 24 | 9 | 32 | 0 | 4B | 56 | 64 | 3C | 9 |
| Octal | 22 | 44 | 11 | 62 | 0 | 113 | 126 | 144 | 74 | 11 |
| Binary | 10010 | 100100 | 1001 | 110010 | 0 | 1001011 | 1010110 | 1100100 | 111100 | 1001 |
Color Harmonies of #122409
Complementary color
Monochromatic Colors of #122409
Black with #122409
Text Example
Text Example
White with #122409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122409; }
p { color: rgb(18,36,9); }
H1.HeaderClassName
{
color: #122409;
}
.AnyTagClassName
{
color: #122409;
}
</style>
background-color css
<style>
a { background-color: #122409; }
a { background-color: rgb(18,36,9); }
div.DivClassName
{
background-color: #122409;
}
.BgClassName
{
background-color: #122409;
}
</style>
border-color css
<style>
span { border-color: #122409; }
span { border-color: rgb(18,36,9); }
td.TdClassName
{
border-color: #122409;
}
.TagClassName
{
border-color: #122409;
}
</style>