#111F04

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

Shades of Pine Tree #111F04

Tints of Pine Tree #111F04

Color information

#111F04 (or 0x111F04) is unknown color: approx Pine Tree. HEX triplet: 11, 1F and 04. RGB value is (17,31,4). Sum of RGB (Red+Green+Blue) = 17+31+4=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #111F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F04 is #EEE0FB. Grayscale: #171717. Windows color (decimal): -15655164 or 270097. OLE color: 270097.

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

Color convert

RGB17314-
CMYK0.4500.870.88
HSL91.11º77.14%6.86%-
HSV(B)91.11º87.1%12.16%-
XYZ0.741.110.29-
YUV23.74116.86123.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 31 (12.5% from 255) = 59.62%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=32.69%
G=59.62%
B=7.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173140.4500.870.8891.1177.146.86
Hex111F42D057585b4d7
Octal213745501271301331157
Binary100011111110010110101010111101100010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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