#111D06

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

Shades of Pine Tree #111D06

Tints of Pine Tree #111D06

Color information

#111D06 (or 0x111D06) is unknown color: approx Pine Tree. HEX triplet: 11, 1D and 06. RGB value is (17,29,6). Sum of RGB (Red+Green+Blue) = 17+29+6=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #111D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D06 is #EEE2F9. Grayscale: #161616. Windows color (decimal): -15655674 or 400657. OLE color: 400657.

HSL color Cylindrical-coordinate representation of color #111D06: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111D06 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB17296-
CMYK0.4100.790.89
HSL91.3º65.71%6.86%-
HSV(B)91.3º79.31%11.37%-
XYZ0.71.010.33-
YUV22.79118.52123.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 29 (11.72% from 255) = 55.77%
BLUE value IS 6 (2.73% from 255) = 11.54%
R=32.69%
G=55.77%
B=11.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172960.4100.790.8991.365.716.86
Hex111D62904F595b427
Octal213565101171311331027
Binary100011110111010100101001111101100110110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,6); }

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

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

 a { background-color: rgb(17,29,6); }

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

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

 span { border-color: rgb(17,29,6); }

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