#111C03

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

Shades of Pine Tree #111C03

Tints of Pine Tree #111C03

Color information

#111C03 (or 0x111C03) is unknown color: approx Pine Tree. HEX triplet: 11, 1C and 03. RGB value is (17,28,3). Sum of RGB (Red+Green+Blue) = 17+28+3=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #111C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C03 is #EEE3FC. Grayscale: #151515. Windows color (decimal): -15655933 or 203793. OLE color: 203793.

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

Color convert

RGB17283-
CMYK0.3900.890.89
HSL86.4º80.65%6.08%-
HSV(B)86.4º89.29%10.98%-
XYZ0.660.960.24-
YUV21.86117.36124.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=35.42%
G=58.33%
B=6.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172830.3900.890.8986.480.656.08
Hex111C3270595956516
Octal213434701311311261216
Binary10001111001110011101011001101100110101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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