Shades of Pine Tree #122208
Tints of Pine Tree #122208
RGB
CMYK
RGB Variations
Color information
#122208 (or 0x122208) is known color: Pine Tree. HEX triplet: 12, 22 and 08. RGB value is (18,34,8). Sum of RGB (Red+Green+Blue) = 18+34+8=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #122208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122208 is #EDDDF7. Grayscale: #1A1A1A. Windows color (decimal): -15588856 or 533010. OLE color: 533010.
HSL color Cylindrical-coordinate representation of color #122208: hue angle of 96.92º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122208 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 34 | 8 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.87 |
| HSL | 96.92º | 0.62% | 0.08% | - |
| HSV(B) | 96.92º | 0.76% | 0.13% | - |
| XYZ | 0.87 | 1.29 | 0.43 | - |
| YUV | 26.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 8 | 0.47 | 0 | 0.76 | 0.87 | 96.92 | 0.62 | 0.08 |
| Hex | 12 | 22 | 8 | 2F | 0 | 4C | 57 | 61 | 3E | 8 |
| Octal | 22 | 42 | 10 | 57 | 0 | 114 | 127 | 141 | 76 | 10 |
| Binary | 10010 | 100010 | 1000 | 101111 | 0 | 1001100 | 1010111 | 1100001 | 111110 | 1000 |
Color Harmonies of #122208
Complementary color
Monochromatic Colors of #122208
Black with #122208
Text Example
Text Example
White with #122208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122208; }
p { color: rgb(18,34,8); }
H1.HeaderClassName
{
color: #122208;
}
.AnyTagClassName
{
color: #122208;
}
</style>
background-color css
<style>
a { background-color: #122208; }
a { background-color: rgb(18,34,8); }
div.DivClassName
{
background-color: #122208;
}
.BgClassName
{
background-color: #122208;
}
</style>
border-color css
<style>
span { border-color: #122208; }
span { border-color: rgb(18,34,8); }
td.TdClassName
{
border-color: #122208;
}
.TagClassName
{
border-color: #122208;
}
</style>