Shades of Pine Tree #12180D
Tints of Pine Tree #12180D
RGB
CMYK
RGB Variations
Color information
#12180D (or 0x12180D) is known color: Pine Tree. HEX triplet: 12, 18 and 0D. RGB value is (18,24,13). Sum of RGB (Red+Green+Blue) = 18+24+13=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #12180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180D is #EDE7F2. Grayscale: #141414. Windows color (decimal): -15591411 or 858130. OLE color: 858130.
HSL color Cylindrical-coordinate representation of color #12180D: hue angle of 92.73º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #12180D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 24 | 13 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.91 |
| HSL | 92.73º | 0.3% | 0.07% | - |
| HSV(B) | 92.73º | 0.46% | 0.09% | - |
| XYZ | 0.65 | 0.81 | 0.5 | - |
| YUV | 20.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 13 | 0.25 | 0 | 0.46 | 0.91 | 92.73 | 0.3 | 0.07 |
| Hex | 12 | 18 | D | 19 | 0 | 2E | 5B | 5D | 1E | 7 |
| Octal | 22 | 30 | 15 | 31 | 0 | 56 | 133 | 135 | 36 | 7 |
| Binary | 10010 | 11000 | 1101 | 11001 | 0 | 101110 | 1011011 | 1011101 | 11110 | 111 |
Color Harmonies of #12180D
Complementary color
Monochromatic Colors of #12180D
Black with #12180D
Text Example
Text Example
White with #12180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12180D; }
p { color: rgb(18,24,13); }
H1.HeaderClassName
{
color: #12180D;
}
.AnyTagClassName
{
color: #12180D;
}
</style>
background-color css
<style>
a { background-color: #12180D; }
a { background-color: rgb(18,24,13); }
div.DivClassName
{
background-color: #12180D;
}
.BgClassName
{
background-color: #12180D;
}
</style>
border-color css
<style>
span { border-color: #12180D; }
span { border-color: rgb(18,24,13); }
td.TdClassName
{
border-color: #12180D;
}
.TagClassName
{
border-color: #12180D;
}
</style>