#112203

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

Shades of Pine Tree #112203

Tints of Pine Tree #112203

Color information

#112203 (or 0x112203) is unknown color: approx Pine Tree. HEX triplet: 11, 22 and 03. RGB value is (17,34,3). Sum of RGB (Red+Green+Blue) = 17+34+3=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #112203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112203 is #EEDDFC. Grayscale: #191919. Windows color (decimal): -15654397 or 205329. OLE color: 205329.

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

Color convert

RGB17343-
CMYK0.5000.910.87
HSL92.9º83.78%7.25%-
HSV(B)92.9º91.18%13.33%-
XYZ0.821.270.29-
YUV25.38115.37122.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 34 (13.67% from 255) = 62.96%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=31.48%
G=62.96%
B=5.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173430.5000.910.8792.983.787.25
Hex112233205B575d547
Octal214236201331271351247
Binary100011000101111001001011011101011110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112203; }

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

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

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

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

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

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

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

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