#111C0B

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

Shades of Pine Tree #111C0B

Tints of Pine Tree #111C0B

Color information

#111C0B (or 0x111C0B) is unknown color: approx Pine Tree. HEX triplet: 11, 1C and 0B. RGB value is (17,28,11). Sum of RGB (Red+Green+Blue) = 17+28+11=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #111C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C0B is #EEE3F4. Grayscale: #161616. Windows color (decimal): -15655925 or 728081. OLE color: 728081.

HSL color Cylindrical-coordinate representation of color #111C0B: hue angle of 98.82º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111C0B is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.

Color convert

RGB172811-
CMYK0.3900.610.89
HSL98.82º43.59%7.65%-
HSV(B)98.82º60.71%10.98%-
XYZ0.710.970.47-
YUV22.77121.36123.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 28 (11.33% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=30.36%
G=50%
B=19.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728110.3900.610.8998.8243.597.65
Hex111CB2703D59632c8
Octal213413470751311435410
Binary100011110010111001110111101101100111000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,28,11); }

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

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

 a { background-color: rgb(17,28,11); }

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

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

 span { border-color: rgb(17,28,11); }

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