Shades of Pine Tree #12150D
Tints of Pine Tree #12150D
RGB
CMYK
RGB Variations
Color information
#12150D (or 0x12150D) is known color: Pine Tree. HEX triplet: 12, 15 and 0D. RGB value is (18,21,13). Sum of RGB (Red+Green+Blue) = 18+21+13=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #12150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150D is #EDEAF2. Grayscale: #131313. Windows color (decimal): -15592179 or 857362. OLE color: 857362.
HSL color Cylindrical-coordinate representation of color #12150D: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12150D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 21 | 13 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.92 |
| HSL | 82.5º | 0.24% | 0.07% | - |
| HSV(B) | 82.5º | 0.38% | 0.08% | - |
| XYZ | 0.59 | 0.69 | 0.48 | - |
| YUV | 19.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 13 | 0.14 | 0 | 0.38 | 0.92 | 82.5 | 0.24 | 0.07 |
| Hex | 12 | 15 | D | E | 0 | 26 | 5C | 52 | 18 | 7 |
| Octal | 22 | 25 | 15 | 16 | 0 | 46 | 134 | 122 | 30 | 7 |
| Binary | 10010 | 10101 | 1101 | 1110 | 0 | 100110 | 1011100 | 1010010 | 11000 | 111 |
Color Harmonies of #12150D
Complementary color
Monochromatic Colors of #12150D
Black with #12150D
Text Example
Text Example
White with #12150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12150D; }
p { color: rgb(18,21,13); }
H1.HeaderClassName
{
color: #12150D;
}
.AnyTagClassName
{
color: #12150D;
}
</style>
background-color css
<style>
a { background-color: #12150D; }
a { background-color: rgb(18,21,13); }
div.DivClassName
{
background-color: #12150D;
}
.BgClassName
{
background-color: #12150D;
}
</style>
border-color css
<style>
span { border-color: #12150D; }
span { border-color: rgb(18,21,13); }
td.TdClassName
{
border-color: #12150D;
}
.TagClassName
{
border-color: #12150D;
}
</style>