#111D01

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

Shades of Pine Tree #111D01

Tints of Pine Tree #111D01

Color information

#111D01 (or 0x111D01) is unknown color: approx Pine Tree. HEX triplet: 11, 1D and 01. RGB value is (17,29,1). Sum of RGB (Red+Green+Blue) = 17+29+1=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #111D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D01 is #EEE2FE. Grayscale: #161616. Windows color (decimal): -15655679 or 72977. OLE color: 72977.

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

Color convert

RGB17291-
CMYK0.4100.970.89
HSL85.71º93.33%5.88%-
HSV(B)85.71º96.55%11.37%-
XYZ0.6810.19-
YUV22.22116.02124.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=36.17%
G=61.70%
B=2.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172910.4100.970.8985.7193.335.88
Hex111D12906159565d6
Octal213515101411311261356
Binary1000111101110100101100001101100110101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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