Shades of Pine Tree #121F06
Tints of Pine Tree #121F06
RGB
CMYK
RGB Variations
Color information
#121F06 (or 0x121F06) is known color: Pine Tree. HEX triplet: 12, 1F and 06. RGB value is (18,31,6). Sum of RGB (Red+Green+Blue) = 18+31+6=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #121F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F06 is #EDE0F9. Grayscale: #181818. Windows color (decimal): -15589626 or 401170. OLE color: 401170.
HSL color Cylindrical-coordinate representation of color #121F06: hue angle of 91.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121F06 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 6 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.88 |
| HSL | 91.2º | 0.68% | 0.07% | - |
| HSV(B) | 91.2º | 0.81% | 0.12% | - |
| XYZ | 0.77 | 1.12 | 0.35 | - |
| YUV | 24.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 6 | 0.42 | 0 | 0.81 | 0.88 | 91.2 | 0.68 | 0.07 |
| Hex | 12 | 1F | 6 | 2A | 0 | 51 | 58 | 5B | 44 | 7 |
| Octal | 22 | 37 | 6 | 52 | 0 | 121 | 130 | 133 | 104 | 7 |
| Binary | 10010 | 11111 | 110 | 101010 | 0 | 1010001 | 1011000 | 1011011 | 1000100 | 111 |
Color Harmonies of #121F06
Complementary color
Monochromatic Colors of #121F06
Black with #121F06
Text Example
Text Example
White with #121F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F06; }
p { color: rgb(18,31,6); }
H1.HeaderClassName
{
color: #121F06;
}
.AnyTagClassName
{
color: #121F06;
}
</style>
background-color css
<style>
a { background-color: #121F06; }
a { background-color: rgb(18,31,6); }
div.DivClassName
{
background-color: #121F06;
}
.BgClassName
{
background-color: #121F06;
}
</style>
border-color css
<style>
span { border-color: #121F06; }
span { border-color: rgb(18,31,6); }
td.TdClassName
{
border-color: #121F06;
}
.TagClassName
{
border-color: #121F06;
}
</style>