Shades of Pine Tree #12170A
Tints of Pine Tree #12170A
RGB
CMYK
RGB Variations
Color information
#12170A (or 0x12170A) is known color: Pine Tree. HEX triplet: 12, 17 and 0A. RGB value is (18,23,10). Sum of RGB (Red+Green+Blue) = 18+23+10=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #12170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12170A is #EDE8F5. Grayscale: #141414. Windows color (decimal): -15591670 or 661266. OLE color: 661266.
HSL color Cylindrical-coordinate representation of color #12170A: hue angle of 83.08º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12170A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 23 | 10 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.91 |
| HSL | 83.08º | 0.39% | 0.06% | - |
| HSV(B) | 83.08º | 0.57% | 0.09% | - |
| XYZ | 0.61 | 0.76 | 0.4 | - |
| YUV | 20.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 10 | 0.22 | 0 | 0.57 | 0.91 | 83.08 | 0.39 | 0.06 |
| Hex | 12 | 17 | A | 16 | 0 | 39 | 5B | 53 | 27 | 6 |
| Octal | 22 | 27 | 12 | 26 | 0 | 71 | 133 | 123 | 47 | 6 |
| Binary | 10010 | 10111 | 1010 | 10110 | 0 | 111001 | 1011011 | 1010011 | 100111 | 110 |
Color Harmonies of #12170A
Complementary color
Monochromatic Colors of #12170A
Black with #12170A
Text Example
Text Example
White with #12170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12170A; }
p { color: rgb(18,23,10); }
H1.HeaderClassName
{
color: #12170A;
}
.AnyTagClassName
{
color: #12170A;
}
</style>
background-color css
<style>
a { background-color: #12170A; }
a { background-color: rgb(18,23,10); }
div.DivClassName
{
background-color: #12170A;
}
.BgClassName
{
background-color: #12170A;
}
</style>
border-color css
<style>
span { border-color: #12170A; }
span { border-color: rgb(18,23,10); }
td.TdClassName
{
border-color: #12170A;
}
.TagClassName
{
border-color: #12170A;
}
</style>