#111C01

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

Shades of Pine Tree #111C01

Tints of Pine Tree #111C01

Color information

#111C01 (or 0x111C01) is unknown color: approx Pine Tree. HEX triplet: 11, 1C and 01. RGB value is (17,28,1). Sum of RGB (Red+Green+Blue) = 17+28+1=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #111C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C01 is #EEE3FE. Grayscale: #151515. Windows color (decimal): -15655935 or 72721. OLE color: 72721.

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

Color convert

RGB17281-
CMYK0.3900.960.89
HSL84.44º93.1%5.69%-
HSV(B)84.44º96.43%10.98%-
XYZ0.650.950.18-
YUV21.63116.36124.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 28 (11.33% from 255) = 60.87%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=36.96%
G=60.87%
B=2.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172810.3900.960.8984.4493.15.69
Hex111C12706059545d6
Octal213414701401311241356
Binary1000111100110011101100000101100110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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