#121906

Color #121906 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #121906

Tints of Pine Tree #121906

Color information

#121906 (or 0x121906) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 06. RGB value is (18,25,6). Sum of RGB (Red+Green+Blue) = 18+25+6=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #121906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121906 is #EDE6F9. Grayscale: #141414. Windows color (decimal): -15591162 or 399634. OLE color: 399634.

HSL color Cylindrical-coordinate representation of color #121906: hue angle of 82.11º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121906 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB18256-
CMYK0.2800.760.90
HSL82.11º61.29%6.08%-
HSV(B)82.11º76%9.8%-
XYZ0.630.840.3-
YUV20.74119.68126.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=36.73%
G=51.02%
B=12.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182560.2800.760.9082.1161.296.08
Hex121961C04C5A523d6
Octal22316340114132122756
Binary1001011001110111000100110010110101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121906; }

 p { color: rgb(18,25,6); }

 H1.HeaderClassName
 {
   color: #121906;
 }
 .AnyTagClassName
 {
   color: #121906;
 }
</style>
background-color css

<style>
 a { background-color: #121906; }

 a { background-color: rgb(18,25,6); }

 div.DivClassName
 {
   background-color: #121906;
 }
 .BgClassName
 {
   background-color: #121906;
 }
</style>
border-color css

<style>
 span { border-color: #121906; }

 span { border-color: rgb(18,25,6); }

 td.TdClassName
 {
   border-color: #121906;
 }
 .TagClassName
 {
   border-color: #121906;
 }
</style>