Shades of Pine Tree #122202
Tints of Pine Tree #122202
RGB
CMYK
RGB Variations
Color information
#122202 (or 0x122202) is known color: Pine Tree. HEX triplet: 12, 22 and 02. RGB value is (18,34,2). Sum of RGB (Red+Green+Blue) = 18+34+2=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #122202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122202 is #EDDDFD. Grayscale: #191919. Windows color (decimal): -15588862 or 139794. OLE color: 139794.
HSL color Cylindrical-coordinate representation of color #122202: hue angle of 90º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #122202 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 34 | 2 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.87 |
| HSL | 90º | 0.89% | 0.07% | - |
| HSV(B) | 90º | 0.94% | 0.13% | - |
| XYZ | 0.83 | 1.28 | 0.26 | - |
| YUV | 25.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 2 | 0.47 | 0 | 0.94 | 0.87 | 90 | 0.89 | 0.07 |
| Hex | 12 | 22 | 2 | 2F | 0 | 5E | 57 | 5A | 59 | 7 |
| Octal | 22 | 42 | 2 | 57 | 0 | 136 | 127 | 132 | 131 | 7 |
| Binary | 10010 | 100010 | 10 | 101111 | 0 | 1011110 | 1010111 | 1011010 | 1011001 | 111 |
Color Harmonies of #122202
Complementary color
Monochromatic Colors of #122202
Black with #122202
Text Example
Text Example
White with #122202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122202; }
p { color: rgb(18,34,2); }
H1.HeaderClassName
{
color: #122202;
}
.AnyTagClassName
{
color: #122202;
}
</style>
background-color css
<style>
a { background-color: #122202; }
a { background-color: rgb(18,34,2); }
div.DivClassName
{
background-color: #122202;
}
.BgClassName
{
background-color: #122202;
}
</style>
border-color css
<style>
span { border-color: #122202; }
span { border-color: rgb(18,34,2); }
td.TdClassName
{
border-color: #122202;
}
.TagClassName
{
border-color: #122202;
}
</style>