#111A05

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

Shades of Pine Tree #111A05

Tints of Pine Tree #111A05

Color information

#111A05 (or 0x111A05) is unknown color: approx Pine Tree. HEX triplet: 11, 1A and 05. RGB value is (17,26,5). Sum of RGB (Red+Green+Blue) = 17+26+5=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #111A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A05 is #EEE5FA. Grayscale: #141414. Windows color (decimal): -15656443 or 334353. OLE color: 334353.

HSL color Cylindrical-coordinate representation of color #111A05: hue angle of 85.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111A05 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB17265-
CMYK0.3500.810.90
HSL85.71º67.74%6.08%-
HSV(B)85.71º80.77%10.2%-
XYZ0.630.870.28-
YUV20.92119.02125.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=35.42%
G=54.17%
B=10.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal172650.3500.810.9085.7167.746.08
Hex111A5230515A56446
Octal213254301211321261046
Binary100011101010110001101010001101101010101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111A05; }

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

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

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

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

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

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

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

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