Shades of Pine Tree #122600
Tints of Pine Tree #122600
RGB
CMYK
RGB Variations
Color information
#122600 (or 0x122600) is known color: Pine Tree. HEX triplet: 12, 26 and 00. RGB value is (18,38,0). Sum of RGB (Red+Green+Blue) = 18+38+0=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #122600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122600 is #EDD9FF. Grayscale: #1B1B1B. Windows color (decimal): -15587840 or 9746. OLE color: 9746.
HSL color Cylindrical-coordinate representation of color #122600: hue angle of 91.58º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122600 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.85 |
| HSL | 91.58º | 1% | 0.07% | - |
| HSV(B) | 91.58º | 1% | 0.15% | - |
| XYZ | 0.94 | 1.51 | 0.24 | - |
| YUV | 27.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 0 | 0.53 | 0 | 1 | 0.85 | 91.58 | 1 | 0.07 |
| Hex | 12 | 26 | 0 | 35 | 0 | 64 | 55 | 5C | 64 | 7 |
| Octal | 22 | 46 | 0 | 65 | 0 | 144 | 125 | 134 | 144 | 7 |
| Binary | 10010 | 100110 | 0 | 110101 | 0 | 1100100 | 1010101 | 1011100 | 1100100 | 111 |
Color Harmonies of #122600
Complementary color
Monochromatic Colors of #122600
Black with #122600
Text Example
Text Example
White with #122600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122600; }
p { color: rgb(18,38,0); }
H1.HeaderClassName
{
color: #122600;
}
.AnyTagClassName
{
color: #122600;
}
</style>
background-color css
<style>
a { background-color: #122600; }
a { background-color: rgb(18,38,0); }
div.DivClassName
{
background-color: #122600;
}
.BgClassName
{
background-color: #122600;
}
</style>
border-color css
<style>
span { border-color: #122600; }
span { border-color: rgb(18,38,0); }
td.TdClassName
{
border-color: #122600;
}
.TagClassName
{
border-color: #122600;
}
</style>