#111702

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

Shades of Pine Tree #111702

Tints of Pine Tree #111702

Color information

#111702 (or 0x111702) is unknown color: approx Pine Tree. HEX triplet: 11, 17 and 02. RGB value is (17,23,2). Sum of RGB (Red+Green+Blue) = 17+23+2=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #111702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111702 is #EEE8FD. Grayscale: #121212. Windows color (decimal): -15657214 or 136977. OLE color: 136977.

HSL color Cylindrical-coordinate representation of color #111702: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111702 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB17232-
CMYK0.2600.910.91
HSL77.14º84%4.9%-
HSV(B)77.14º91.3%9.02%-
XYZ0.550.740.17-
YUV18.81118.51126.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 23 (9.38% from 255) = 54.76%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=40.48%
G=54.76%
B=4.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal172320.2600.910.9177.14844.9
Hex111721A05B5B4d545
Octal212723201331331151245
Binary1000110111101101001011011101101110011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111702; }

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

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

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

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

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

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

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

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