#111E04

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

Shades of Pine Tree #111E04

Tints of Pine Tree #111E04

Color information

#111E04 (or 0x111E04) is unknown color: approx Pine Tree. HEX triplet: 11, 1E and 04. RGB value is (17,30,4). Sum of RGB (Red+Green+Blue) = 17+30+4=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #111E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E04 is #EEE1FB. Grayscale: #171717. Windows color (decimal): -15655420 or 269841. OLE color: 269841.

HSL color Cylindrical-coordinate representation of color #111E04: hue angle of 90º degrees, saturation: 0.76, 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 #111E04 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB17304-
CMYK0.4300.870.88
HSL90º76.47%6.67%-
HSV(B)90º86.67%11.76%-
XYZ0.721.060.28-
YUV23.15117.19123.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=33.33%
G=58.82%
B=7.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173040.4300.870.889076.476.67
Hex111E42B057585a4c7
Octal213645301271301321147
Binary100011111010010101101010111101100010110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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