#111F0B

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

Shades of Pine Tree #111F0B

Tints of Pine Tree #111F0B

Color information

#111F0B (or 0x111F0B) is unknown color: approx Pine Tree. HEX triplet: 11, 1F and 0B. RGB value is (17,31,11). Sum of RGB (Red+Green+Blue) = 17+31+11=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #111F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F0B is #EEE0F4. Grayscale: #181818. Windows color (decimal): -15655157 or 728849. OLE color: 728849.

HSL color Cylindrical-coordinate representation of color #111F0B: hue angle of 102º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111F0B is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.88.

Color convert

RGB173111-
CMYK0.4500.650.88
HSL102º47.62%8.24%-
HSV(B)102º64.52%12.16%-
XYZ0.781.120.49-
YUV24.53120.36122.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=28.81%
G=52.54%
B=18.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731110.4500.650.8810247.628.24
Hex111FB2D0415866308
Octal2137135501011301466010
Binary1000111111101110110101000001101100011001101100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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