#11180A

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

Shades of Pine Tree #11180A

Tints of Pine Tree #11180A

Color information

#11180A (or 0x11180A) is unknown color: approx Pine Tree. HEX triplet: 11, 18 and 0A. RGB value is (17,24,10). Sum of RGB (Red+Green+Blue) = 17+24+10=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #11180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11180A is #EEE7F5. Grayscale: #141414. Windows color (decimal): -15656950 or 661521. OLE color: 661521.

HSL color Cylindrical-coordinate representation of color #11180A: hue angle of 90º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #11180A is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB172410-
CMYK0.2900.580.91
HSL90º41.18%6.67%-
HSV(B)90º58.33%9.41%-
XYZ0.610.790.41-
YUV20.31122.18125.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=33.33%
G=47.06%
B=19.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1724100.2900.580.919041.186.67
Hex1118A1D03A5B5a297
Octal21301235072133132517
Binary1000111000101011101011101010110111011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11180A; }

 p { color: rgb(17,24,10); }

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

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

 a { background-color: rgb(17,24,10); }

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

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

 span { border-color: rgb(17,24,10); }

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