#111B08

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

Shades of Pine Tree #111B08

Tints of Pine Tree #111B08

Color information

#111B08 (or 0x111B08) is unknown color: approx Pine Tree. HEX triplet: 11, 1B and 08. RGB value is (17,27,8). Sum of RGB (Red+Green+Blue) = 17+27+8=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #111B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B08 is #EEE4F7. Grayscale: #151515. Windows color (decimal): -15656184 or 531217. OLE color: 531217.

HSL color Cylindrical-coordinate representation of color #111B08: hue angle of 91.58º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111B08 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.

Color convert

RGB17278-
CMYK0.3700.700.89
HSL91.58º54.29%6.86%-
HSV(B)91.58º70.37%10.59%-
XYZ0.670.920.37-
YUV21.84120.19124.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 27 (10.94% from 255) = 51.92%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=32.69%
G=51.92%
B=15.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172780.3700.700.8991.5854.296.86
Hex111B825046595c367
Octal213310450106131134667
Binary100011101110001001010100011010110011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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