#112303

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

Shades of Pine Tree #112303

Tints of Pine Tree #112303

Color information

#112303 (or 0x112303) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 03. RGB value is (17,35,3). Sum of RGB (Red+Green+Blue) = 17+35+3=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #112303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112303 is #EEDCFC. Grayscale: #1A1A1A. Windows color (decimal): -15654141 or 205585. OLE color: 205585.

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

Color convert

RGB17353-
CMYK0.5100.910.86
HSL93.75º84.21%7.45%-
HSV(B)93.75º91.43%13.73%-
XYZ0.851.330.3-
YUV25.97115.04121.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 35 (14.06% from 255) = 63.64%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=30.91%
G=63.64%
B=5.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173530.5100.910.8693.7584.217.45
Hex112333305B565e547
Octal214336301331261361247
Binary100011000111111001101011011101011010111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112303; }

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

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

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

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

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

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

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

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