#111A08

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

Shades of Pine Tree #111A08

Tints of Pine Tree #111A08

Color information

#111A08 (or 0x111A08) is unknown color: approx Pine Tree. HEX triplet: 11, 1A and 08. RGB value is (17,26,8). Sum of RGB (Red+Green+Blue) = 17+26+8=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #111A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A08 is #EEE5F7. Grayscale: #151515. Windows color (decimal): -15656440 or 530961. OLE color: 530961.

HSL color Cylindrical-coordinate representation of color #111A08: hue angle of 90º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #111A08 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB17268-
CMYK0.3500.690.90
HSL90º52.94%6.67%-
HSV(B)90º69.23%10.2%-
XYZ0.640.880.36-
YUV21.26120.52124.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 50.98%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=33.33%
G=50.98%
B=15.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal172680.3500.690.909052.946.67
Hex111A8230455A5a357
Octal213210430105132132657
Binary100011101010001000110100010110110101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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