#112202

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

Shades of Pine Tree #112202

Tints of Pine Tree #112202

Color information

#112202 (or 0x112202) is unknown color: approx Pine Tree. HEX triplet: 11, 22 and 02. RGB value is (17,34,2). Sum of RGB (Red+Green+Blue) = 17+34+2=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #112202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112202 is #EEDDFD. Grayscale: #191919. Windows color (decimal): -15654398 or 139793. OLE color: 139793.

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

Color convert

RGB17342-
CMYK0.5000.940.87
HSL91.88º88.89%7.06%-
HSV(B)91.88º94.12%13.33%-
XYZ0.811.270.26-
YUV25.27114.87122.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 34 (13.67% from 255) = 64.15%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=32.08%
G=64.15%
B=3.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173420.5000.940.8791.8888.897.06
Hex112223205E575c597
Octal214226201361271341317
Binary100011000101011001001011110101011110111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112202; }

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

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

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

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

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

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

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

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