#111E08

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

Shades of Pine Tree #111E08

Tints of Pine Tree #111E08

Color information

#111E08 (or 0x111E08) is unknown color: approx Pine Tree. HEX triplet: 11, 1E and 08. RGB value is (17,30,8). Sum of RGB (Red+Green+Blue) = 17+30+8=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #111E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E08 is #EEE1F7. Grayscale: #171717. Windows color (decimal): -15655416 or 531985. OLE color: 531985.

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

Color convert

RGB17308-
CMYK0.4300.730.88
HSL95.45º57.89%7.45%-
HSV(B)95.45º73.33%11.76%-
XYZ0.741.070.4-
YUV23.6119.19123.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 30 (12.11% from 255) = 54.55%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=30.91%
G=54.55%
B=14.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173080.4300.730.8895.4557.897.45
Hex111E82B049585f3a7
Octal213610530111130137727
Binary100011111010001010110100100110110001011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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