Shades of Pine Tree #121A0C
Tints of Pine Tree #121A0C
RGB
CMYK
RGB Variations
Color information
#121A0C (or 0x121A0C) is known color: Pine Tree. HEX triplet: 12, 1A and 0C. RGB value is (18,26,12). Sum of RGB (Red+Green+Blue) = 18+26+12=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #121A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A0C is #EDE5F3. Grayscale: #161616. Windows color (decimal): -15590900 or 793106. OLE color: 793106.
HSL color Cylindrical-coordinate representation of color #121A0C: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121A0C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 26 | 12 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.90 |
| HSL | 94.29º | 0.37% | 0.07% | - |
| HSV(B) | 94.29º | 0.54% | 0.1% | - |
| XYZ | 0.69 | 0.89 | 0.48 | - |
| YUV | 22.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 12 | 0.31 | 0 | 0.54 | 0.90 | 94.29 | 0.37 | 0.07 |
| Hex | 12 | 1A | C | 1F | 0 | 36 | 5A | 5E | 25 | 7 |
| Octal | 22 | 32 | 14 | 37 | 0 | 66 | 132 | 136 | 45 | 7 |
| Binary | 10010 | 11010 | 1100 | 11111 | 0 | 110110 | 1011010 | 1011110 | 100101 | 111 |
Color Harmonies of #121A0C
Complementary color
Monochromatic Colors of #121A0C
Black with #121A0C
Text Example
Text Example
White with #121A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A0C; }
p { color: rgb(18,26,12); }
H1.HeaderClassName
{
color: #121A0C;
}
.AnyTagClassName
{
color: #121A0C;
}
</style>
background-color css
<style>
a { background-color: #121A0C; }
a { background-color: rgb(18,26,12); }
div.DivClassName
{
background-color: #121A0C;
}
.BgClassName
{
background-color: #121A0C;
}
</style>
border-color css
<style>
span { border-color: #121A0C; }
span { border-color: rgb(18,26,12); }
td.TdClassName
{
border-color: #121A0C;
}
.TagClassName
{
border-color: #121A0C;
}
</style>