#122102

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

Shades of Pine Tree #122102

Tints of Pine Tree #122102

Color information

#122102 (or 0x122102) is unknown color: approx Pine Tree. HEX triplet: 12, 21 and 02. RGB value is (18,33,2). Sum of RGB (Red+Green+Blue) = 18+33+2=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #122102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122102 is #EDDEFD. Grayscale: #191919. Windows color (decimal): -15589118 or 139538. OLE color: 139538.

HSL color Cylindrical-coordinate representation of color #122102: hue angle of 89.03º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #122102 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB18332-
CMYK0.4500.940.87
HSL89.03º88.57%6.86%-
HSV(B)89.03º93.94%12.94%-
XYZ0.81.220.25-
YUV24.98115.03123.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=33.96%
G=62.26%
B=3.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183320.4500.940.8789.0388.576.86
Hex122122D05E5759597
Octal224125501361271311317
Binary100101000011010110101011110101011110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122102; }

 p { color: rgb(18,33,2); }

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

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

 a { background-color: rgb(18,33,2); }

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

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

 span { border-color: rgb(18,33,2); }

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