#111E01

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

Shades of Pine Tree #111E01

Tints of Pine Tree #111E01

Color information

#111E01 (or 0x111E01) is unknown color: approx Pine Tree. HEX triplet: 11, 1E and 01. RGB value is (17,30,1). Sum of RGB (Red+Green+Blue) = 17+30+1=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #111E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E01 is #EEE1FE. Grayscale: #161616. Windows color (decimal): -15655423 or 73233. OLE color: 73233.

HSL color Cylindrical-coordinate representation of color #111E01: hue angle of 86.9º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #111E01 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB17301-
CMYK0.4300.970.88
HSL86.9º93.55%6.08%-
HSV(B)86.9º96.67%11.76%-
XYZ0.71.050.19-
YUV22.81115.69123.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 30 (12.11% from 255) = 62.5%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=35.42%
G=62.5%
B=2.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173010.4300.970.8886.993.556.08
Hex111E12B06158575e6
Octal213615301411301271366
Binary1000111110110101101100001101100010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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