Shades of Pine Tree #122306
Tints of Pine Tree #122306
RGB
CMYK
RGB Variations
Color information
#122306 (or 0x122306) is known color: Pine Tree. HEX triplet: 12, 23 and 06. RGB value is (18,35,6). Sum of RGB (Red+Green+Blue) = 18+35+6=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #122306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122306 is #EDDCF9. Grayscale: #1A1A1A. Windows color (decimal): -15588602 or 402194. OLE color: 402194.
HSL color Cylindrical-coordinate representation of color #122306: hue angle of 95.17º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122306 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 35 | 6 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.86 |
| HSL | 95.17º | 0.71% | 0.08% | - |
| HSV(B) | 95.17º | 0.83% | 0.14% | - |
| XYZ | 0.88 | 1.34 | 0.39 | - |
| YUV | 26.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 6 | 0.49 | 0 | 0.83 | 0.86 | 95.17 | 0.71 | 0.08 |
| Hex | 12 | 23 | 6 | 31 | 0 | 53 | 56 | 5F | 47 | 8 |
| Octal | 22 | 43 | 6 | 61 | 0 | 123 | 126 | 137 | 107 | 10 |
| Binary | 10010 | 100011 | 110 | 110001 | 0 | 1010011 | 1010110 | 1011111 | 1000111 | 1000 |
Color Harmonies of #122306
Complementary color
Monochromatic Colors of #122306
Black with #122306
Text Example
Text Example
White with #122306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122306; }
p { color: rgb(18,35,6); }
H1.HeaderClassName
{
color: #122306;
}
.AnyTagClassName
{
color: #122306;
}
</style>
background-color css
<style>
a { background-color: #122306; }
a { background-color: rgb(18,35,6); }
div.DivClassName
{
background-color: #122306;
}
.BgClassName
{
background-color: #122306;
}
</style>
border-color css
<style>
span { border-color: #122306; }
span { border-color: rgb(18,35,6); }
td.TdClassName
{
border-color: #122306;
}
.TagClassName
{
border-color: #122306;
}
</style>