Shades of Pine Tree #12160D
Tints of Pine Tree #12160D
RGB
CMYK
RGB Variations
Color information
#12160D (or 0x12160D) is known color: Pine Tree. HEX triplet: 12, 16 and 0D. RGB value is (18,22,13). Sum of RGB (Red+Green+Blue) = 18+22+13=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #12160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12160D is #EDE9F2. Grayscale: #131313. Windows color (decimal): -15591923 or 857618. OLE color: 857618.
HSL color Cylindrical-coordinate representation of color #12160D: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #12160D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 22 | 13 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.91 |
| HSL | 86.67º | 0.26% | 0.07% | - |
| HSV(B) | 86.67º | 0.41% | 0.09% | - |
| XYZ | 0.61 | 0.73 | 0.49 | - |
| YUV | 19.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 13 | 0.18 | 0 | 0.41 | 0.91 | 86.67 | 0.26 | 0.07 |
| Hex | 12 | 16 | D | 12 | 0 | 29 | 5B | 57 | 1A | 7 |
| Octal | 22 | 26 | 15 | 22 | 0 | 51 | 133 | 127 | 32 | 7 |
| Binary | 10010 | 10110 | 1101 | 10010 | 0 | 101001 | 1011011 | 1010111 | 11010 | 111 |
Color Harmonies of #12160D
Complementary color
Monochromatic Colors of #12160D
Black with #12160D
Text Example
Text Example
White with #12160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12160D; }
p { color: rgb(18,22,13); }
H1.HeaderClassName
{
color: #12160D;
}
.AnyTagClassName
{
color: #12160D;
}
</style>
background-color css
<style>
a { background-color: #12160D; }
a { background-color: rgb(18,22,13); }
div.DivClassName
{
background-color: #12160D;
}
.BgClassName
{
background-color: #12160D;
}
</style>
border-color css
<style>
span { border-color: #12160D; }
span { border-color: rgb(18,22,13); }
td.TdClassName
{
border-color: #12160D;
}
.TagClassName
{
border-color: #12160D;
}
</style>