Shades of Pine Tree #121F0C
Tints of Pine Tree #121F0C
RGB
CMYK
RGB Variations
Color information
#121F0C (or 0x121F0C) is known color: Pine Tree. HEX triplet: 12, 1F and 0C. RGB value is (18,31,12). Sum of RGB (Red+Green+Blue) = 18+31+12=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #121F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F0C is #EDE0F3. Grayscale: #191919. Windows color (decimal): -15589620 or 794386. OLE color: 794386.
HSL color Cylindrical-coordinate representation of color #121F0C: hue angle of 101.05º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121F0C is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 12 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.88 |
| HSL | 101.05º | 0.44% | 0.08% | - |
| HSV(B) | 101.05º | 0.61% | 0.12% | - |
| XYZ | 0.81 | 1.14 | 0.52 | - |
| YUV | 24.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 12 | 0.42 | 0 | 0.61 | 0.88 | 101.05 | 0.44 | 0.08 |
| Hex | 12 | 1F | C | 2A | 0 | 3D | 58 | 65 | 2C | 8 |
| Octal | 22 | 37 | 14 | 52 | 0 | 75 | 130 | 145 | 54 | 10 |
| Binary | 10010 | 11111 | 1100 | 101010 | 0 | 111101 | 1011000 | 1100101 | 101100 | 1000 |
Color Harmonies of #121F0C
Complementary color
Monochromatic Colors of #121F0C
Black with #121F0C
Text Example
Text Example
White with #121F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F0C; }
p { color: rgb(18,31,12); }
H1.HeaderClassName
{
color: #121F0C;
}
.AnyTagClassName
{
color: #121F0C;
}
</style>
background-color css
<style>
a { background-color: #121F0C; }
a { background-color: rgb(18,31,12); }
div.DivClassName
{
background-color: #121F0C;
}
.BgClassName
{
background-color: #121F0C;
}
</style>
border-color css
<style>
span { border-color: #121F0C; }
span { border-color: rgb(18,31,12); }
td.TdClassName
{
border-color: #121F0C;
}
.TagClassName
{
border-color: #121F0C;
}
</style>