#112302

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

Shades of Pine Tree #112302

Tints of Pine Tree #112302

Color information

#112302 (or 0x112302) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 02. RGB value is (17,35,2). Sum of RGB (Red+Green+Blue) = 17+35+2=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #112302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112302 is #EEDCFD. Grayscale: #191919. Windows color (decimal): -15654142 or 140049. OLE color: 140049.

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

Color convert

RGB17352-
CMYK0.5100.940.86
HSL92.73º89.19%7.25%-
HSV(B)92.73º94.29%13.73%-
XYZ0.841.330.27-
YUV25.86114.54121.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 35 (14.06% from 255) = 64.81%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=31.48%
G=64.81%
B=3.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173520.5100.940.8692.7389.197.25
Hex112323305E565d597
Octal214326301361261351317
Binary100011000111011001101011110101011010111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112302; }

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

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

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

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

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

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

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

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