#122202

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

Shades of Pine Tree #122202

Tints of Pine Tree #122202

Color information

#122202 (or 0x122202) is unknown color: approx Pine Tree. HEX triplet: 12, 22 and 02. RGB value is (18,34,2). Sum of RGB (Red+Green+Blue) = 18+34+2=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #122202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122202 is #EDDDFD. Grayscale: #191919. Windows color (decimal): -15588862 or 139794. OLE color: 139794.

HSL color Cylindrical-coordinate representation of color #122202: hue angle of 90º 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 #122202 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB18342-
CMYK0.4700.940.87
HSL90º88.89%7.06%-
HSV(B)90º94.12%13.33%-
XYZ0.831.280.26-
YUV25.57114.7122.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 62.96%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=33.33%
G=62.96%
B=3.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183420.4700.940.879088.897.06
Hex122222F05E575a597
Octal224225701361271321317
Binary100101000101010111101011110101011110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122202; }

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

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

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

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

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

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

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

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