Shades of Pine Tree #122900
Tints of Pine Tree #122900
RGB
CMYK
RGB Variations
Color information
#122900 (or 0x122900) is known color: Pine Tree. HEX triplet: 12, 29 and 00. RGB value is (18,41,0). Sum of RGB (Red+Green+Blue) = 18+41+0=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #122900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122900 is #EDD6FF. Grayscale: #1D1D1D. Windows color (decimal): -15587072 or 10514. OLE color: 10514.
HSL color Cylindrical-coordinate representation of color #122900: hue angle of 93.66º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122900 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 41 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.84 |
| HSL | 93.66º | 1% | 0.08% | - |
| HSV(B) | 93.66º | 1% | 0.16% | - |
| XYZ | 1.04 | 1.71 | 0.28 | - |
| YUV | 29.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 0 | 0.56 | 0 | 1 | 0.84 | 93.66 | 1 | 0.08 |
| Hex | 12 | 29 | 0 | 38 | 0 | 64 | 54 | 5E | 64 | 8 |
| Octal | 22 | 51 | 0 | 70 | 0 | 144 | 124 | 136 | 144 | 10 |
| Binary | 10010 | 101001 | 0 | 111000 | 0 | 1100100 | 1010100 | 1011110 | 1100100 | 1000 |
Color Harmonies of #122900
Complementary color
Monochromatic Colors of #122900
Black with #122900
Text Example
Text Example
White with #122900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122900; }
p { color: rgb(18,41,0); }
H1.HeaderClassName
{
color: #122900;
}
.AnyTagClassName
{
color: #122900;
}
</style>
background-color css
<style>
a { background-color: #122900; }
a { background-color: rgb(18,41,0); }
div.DivClassName
{
background-color: #122900;
}
.BgClassName
{
background-color: #122900;
}
</style>
border-color css
<style>
span { border-color: #122900; }
span { border-color: rgb(18,41,0); }
td.TdClassName
{
border-color: #122900;
}
.TagClassName
{
border-color: #122900;
}
</style>