#111C00

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

Shades of Pine Tree #111C00

Tints of Pine Tree #111C00

Color information

#111C00 (or 0x111C00) is unknown color: approx Pine Tree. HEX triplet: 11, 1C and 00. RGB value is (17,28,0). Sum of RGB (Red+Green+Blue) = 17+28+0=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #111C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C00 is #EEE3FF. Grayscale: #151515. Windows color (decimal): -15655936 or 7185. OLE color: 7185.

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

Color convert

RGB17280-
CMYK0.39010.89
HSL83.57º100%5.49%-
HSV(B)83.57º100%10.98%-
XYZ0.650.950.15-
YUV21.52115.86124.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 28 (11.33% from 255) = 62.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.78%
G=62.22%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172800.39010.8983.571005.49
Hex111C0270645954645
Octal213404701441311241445
Binary1000111100010011101100100101100110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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