Shades of Pine Tree #12180F
Tints of Pine Tree #12180F
RGB
CMYK
RGB Variations
Color information
#12180F (or 0x12180F) is known color: Pine Tree. HEX triplet: 12, 18 and 0F. RGB value is (18,24,15). Sum of RGB (Red+Green+Blue) = 18+24+15=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #12180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180F is #EDE7F0. Grayscale: #151515. Windows color (decimal): -15591409 or 989202. OLE color: 989202.
HSL color Cylindrical-coordinate representation of color #12180F: hue angle of 100º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #12180F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 24 | 15 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.91 |
| HSL | 100º | 0.23% | 0.08% | - |
| HSV(B) | 100º | 0.38% | 0.09% | - |
| XYZ | 0.66 | 0.82 | 0.57 | - |
| YUV | 21.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 15 | 0.25 | 0 | 0.37 | 0.91 | 100 | 0.23 | 0.08 |
| Hex | 12 | 18 | F | 19 | 0 | 25 | 5B | 64 | 17 | 8 |
| Octal | 22 | 30 | 17 | 31 | 0 | 45 | 133 | 144 | 27 | 10 |
| Binary | 10010 | 11000 | 1111 | 11001 | 0 | 100101 | 1011011 | 1100100 | 10111 | 1000 |
Color Harmonies of #12180F
Complementary color
Monochromatic Colors of #12180F
Black with #12180F
Text Example
Text Example
White with #12180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12180F; }
p { color: rgb(18,24,15); }
H1.HeaderClassName
{
color: #12180F;
}
.AnyTagClassName
{
color: #12180F;
}
</style>
background-color css
<style>
a { background-color: #12180F; }
a { background-color: rgb(18,24,15); }
div.DivClassName
{
background-color: #12180F;
}
.BgClassName
{
background-color: #12180F;
}
</style>
border-color css
<style>
span { border-color: #12180F; }
span { border-color: rgb(18,24,15); }
td.TdClassName
{
border-color: #12180F;
}
.TagClassName
{
border-color: #12180F;
}
</style>