Shades of Pine Tree #12160B
Tints of Pine Tree #12160B
RGB
CMYK
RGB Variations
Color information
#12160B (or 0x12160B) is known color: Pine Tree. HEX triplet: 12, 16 and 0B. RGB value is (18,22,11). Sum of RGB (Red+Green+Blue) = 18+22+11=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #12160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12160B is #EDE9F4. Grayscale: #131313. Windows color (decimal): -15591925 or 726546. OLE color: 726546.
HSL color Cylindrical-coordinate representation of color #12160B: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12160B is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 22 | 11 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.91 |
| HSL | 81.82º | 0.33% | 0.06% | - |
| HSV(B) | 81.82º | 0.5% | 0.09% | - |
| XYZ | 0.6 | 0.73 | 0.43 | - |
| YUV | 19.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 11 | 0.18 | 0 | 0.5 | 0.91 | 81.82 | 0.33 | 0.06 |
| Hex | 12 | 16 | B | 12 | 0 | 32 | 5B | 52 | 21 | 6 |
| Octal | 22 | 26 | 13 | 22 | 0 | 62 | 133 | 122 | 41 | 6 |
| Binary | 10010 | 10110 | 1011 | 10010 | 0 | 110010 | 1011011 | 1010010 | 100001 | 110 |
Color Harmonies of #12160B
Complementary color
Monochromatic Colors of #12160B
Black with #12160B
Text Example
Text Example
White with #12160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12160B; }
p { color: rgb(18,22,11); }
H1.HeaderClassName
{
color: #12160B;
}
.AnyTagClassName
{
color: #12160B;
}
</style>
background-color css
<style>
a { background-color: #12160B; }
a { background-color: rgb(18,22,11); }
div.DivClassName
{
background-color: #12160B;
}
.BgClassName
{
background-color: #12160B;
}
</style>
border-color css
<style>
span { border-color: #12160B; }
span { border-color: rgb(18,22,11); }
td.TdClassName
{
border-color: #12160B;
}
.TagClassName
{
border-color: #12160B;
}
</style>