#112805

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

Shades of Pine Tree #112805

Tints of Pine Tree #112805

Color information

#112805 (or 0x112805) is unknown color: approx Pine Tree. HEX triplet: 11, 28 and 05. RGB value is (17,40,5). Sum of RGB (Red+Green+Blue) = 17+40+5=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #112805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112805 is #EED7FA. Grayscale: #1D1D1D. Windows color (decimal): -15652859 or 337937. OLE color: 337937.

HSL color Cylindrical-coordinate representation of color #112805: hue angle of 99.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112805 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB17405-
CMYK0.5700.880.84
HSL99.43º77.78%8.82%-
HSV(B)99.43º87.5%15.69%-
XYZ1.021.650.41-
YUV29.13114.38119.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 40 (16.02% from 255) = 64.52%
BLUE value IS 5 (2.34% from 255) = 8.06%
R=27.42%
G=64.52%
B=8.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174050.5700.880.8499.4377.788.82
Hex112853905854634e9
Octal2150571013012414311611
Binary10001101000101111001010110001010100110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112805; }

 p { color: rgb(17,40,5); }

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

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

 a { background-color: rgb(17,40,5); }

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

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

 span { border-color: rgb(17,40,5); }

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