#111A04

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

Shades of Pine Tree #111A04

Tints of Pine Tree #111A04

Color information

#111A04 (or 0x111A04) is unknown color: approx Pine Tree. HEX triplet: 11, 1A and 04. RGB value is (17,26,4). Sum of RGB (Red+Green+Blue) = 17+26+4=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #111A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A04 is #EEE5FB. Grayscale: #141414. Windows color (decimal): -15656444 or 268817. OLE color: 268817.

HSL color Cylindrical-coordinate representation of color #111A04: hue angle of 84.55º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111A04 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB17264-
CMYK0.3500.850.90
HSL84.55º73.33%5.88%-
HSV(B)84.55º84.62%10.2%-
XYZ0.620.870.25-
YUV20.8118.52125.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=36.17%
G=55.32%
B=8.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal172640.3500.850.9084.5573.335.88
Hex111A4230555A55496
Octal213244301251321251116
Binary100011101010010001101010101101101010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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