#111D04

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

Shades of Pine Tree #111D04

Tints of Pine Tree #111D04

Color information

#111D04 (or 0x111D04) is unknown color: approx Pine Tree. HEX triplet: 11, 1D and 04. RGB value is (17,29,4). Sum of RGB (Red+Green+Blue) = 17+29+4=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #111D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D04 is #EEE2FB. Grayscale: #161616. Windows color (decimal): -15655676 or 269585. OLE color: 269585.

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

Color convert

RGB17294-
CMYK0.4100.860.89
HSL88.8º75.76%6.47%-
HSV(B)88.8º86.21%11.37%-
XYZ0.691.010.27-
YUV22.56117.52124.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 29 (11.72% from 255) = 58%
BLUE value IS 4 (1.95% from 255) = 8%
R=34%
G=58%
B=8%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172940.4100.860.8988.875.766.47
Hex111D42905659594c6
Octal213545101261311311146
Binary100011110110010100101010110101100110110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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