#111901

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

Shades of Pine Tree #111901

Tints of Pine Tree #111901

Color information

#111901 (or 0x111901) is unknown color: approx Pine Tree. HEX triplet: 11, 19 and 01. RGB value is (17,25,1). Sum of RGB (Red+Green+Blue) = 17+25+1=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #111901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111901 is #EEE6FE. Grayscale: #131313. Windows color (decimal): -15656703 or 71953. OLE color: 71953.

HSL color Cylindrical-coordinate representation of color #111901: hue angle of 80º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #111901 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB17251-
CMYK0.3200.960.90
HSL80º92.31%5.1%-
HSV(B)80º96%9.8%-
XYZ0.580.820.16-
YUV19.87117.35125.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 25 (10.16% from 255) = 58.14%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=39.53%
G=58.14%
B=2.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal172510.3200.960.908092.315.1
Hex11191200605A505c5
Octal213114001401321201345
Binary1000111001110000001100000101101010100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111901; }

 p { color: rgb(17,25,1); }

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

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

 a { background-color: rgb(17,25,1); }

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

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

 span { border-color: rgb(17,25,1); }

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