#111B0B

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

Shades of Pine Tree #111B0B

Tints of Pine Tree #111B0B

Color information

#111B0B (or 0x111B0B) is unknown color: approx Pine Tree. HEX triplet: 11, 1B and 0B. RGB value is (17,27,11). Sum of RGB (Red+Green+Blue) = 17+27+11=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #111B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B0B is #EEE4F4. Grayscale: #161616. Windows color (decimal): -15656181 or 727825. OLE color: 727825.

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

Color convert

RGB172711-
CMYK0.3700.590.89
HSL97.5º42.11%7.45%-
HSV(B)97.5º59.26%10.59%-
XYZ0.680.930.46-
YUV22.19121.69124.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 27 (10.94% from 255) = 49.09%
BLUE value IS 11 (4.69% from 255) = 20%
R=30.91%
G=49.09%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1727110.3700.590.8997.542.117.45
Hex111BB2503B59622a7
Octal21331345073131142527
Binary10001110111011100101011101110110011100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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