#111908

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

Shades of Pine Tree #111908

Tints of Pine Tree #111908

Color information

#111908 (or 0x111908) is unknown color: approx Pine Tree. HEX triplet: 11, 19 and 08. RGB value is (17,25,8). Sum of RGB (Red+Green+Blue) = 17+25+8=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #111908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111908 is #EEE6F7. Grayscale: #141414. Windows color (decimal): -15656696 or 530705. OLE color: 530705.

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

Color convert

RGB17258-
CMYK0.3200.680.90
HSL88.24º51.52%6.47%-
HSV(B)88.24º68%9.8%-
XYZ0.620.830.36-
YUV20.67120.85125.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 16%
R=34%
G=50%
B=16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal172580.3200.680.9088.2451.526.47
Hex11198200445A58346
Octal213110400104132130646
Binary100011100110001000000100010010110101011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111908; }

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

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

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

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

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

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

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

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