#112208

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

Shades of Pine Tree #112208

Tints of Pine Tree #112208

Color information

#112208 (or 0x112208) is unknown color: approx Pine Tree. HEX triplet: 11, 22 and 08. RGB value is (17,34,8). Sum of RGB (Red+Green+Blue) = 17+34+8=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #112208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112208 is #EEDDF7. Grayscale: #1A1A1A. Windows color (decimal): -15654392 or 533009. OLE color: 533009.

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

Color convert

RGB17348-
CMYK0.5000.760.87
HSL99.23º61.9%8.24%-
HSV(B)99.23º76.47%13.33%-
XYZ0.851.280.43-
YUV25.95117.87121.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 34 (13.67% from 255) = 57.63%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=28.81%
G=57.63%
B=13.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173480.5000.760.8799.2361.98.24
Hex112283204C57633e8
Octal2142106201141271437610
Binary10001100010100011001001001100101011111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112208; }

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

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

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

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

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

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

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

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