#112000

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

Shades of Pine Tree #112000

Tints of Pine Tree #112000

Color information

#112000 (or 0x112000) is unknown color: approx Pine Tree. HEX triplet: 11, 20 and 00. RGB value is (17,32,0). Sum of RGB (Red+Green+Blue) = 17+32+0=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #112000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112000 is #EEDFFF. Grayscale: #171717. Windows color (decimal): -15654912 or 8209. OLE color: 8209.

HSL color Cylindrical-coordinate representation of color #112000: hue angle of 88.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #112000 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB17320-
CMYK0.47010.87
HSL88.12º100%6.27%-
HSV(B)88.12º100%12.55%-
XYZ0.751.150.18-
YUV23.87114.53123.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 32 (12.89% from 255) = 65.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.69%
G=65.31%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173200.47010.8788.121006.27
Hex112002F0645758646
Octal214005701441271301446
Binary10001100000010111101100100101011110110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112000; }

 p { color: rgb(17,32,0); }

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

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

 a { background-color: rgb(17,32,0); }

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

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

 span { border-color: rgb(17,32,0); }

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