#111E00

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

Shades of Pine Tree #111E00

Tints of Pine Tree #111E00

Color information

#111E00 (or 0x111E00) is unknown color: approx Pine Tree. HEX triplet: 11, 1E and 00. RGB value is (17,30,0). Sum of RGB (Red+Green+Blue) = 17+30+0=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #111E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E00 is #EEE1FF. Grayscale: #161616. Windows color (decimal): -15655424 or 7697. OLE color: 7697.

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

Color convert

RGB17300-
CMYK0.43010.88
HSL86º100%5.88%-
HSV(B)86º100%11.76%-
XYZ0.71.050.17-
YUV22.69115.19123.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 30 (12.11% from 255) = 63.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.17%
G=63.83%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173000.43010.88861005.88
Hex111E02B0645856646
Octal213605301441301261446
Binary1000111110010101101100100101100010101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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