#10180B

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

Shades of Pine Tree #10180B

Tints of Pine Tree #10180B

Color information

#10180B (or 0x10180B) is unknown color: approx Pine Tree. HEX triplet: 10, 18 and 0B. RGB value is (16,24,11). Sum of RGB (Red+Green+Blue) = 16+24+11=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #10180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10180B is #EFE7F4. Grayscale: #141414. Windows color (decimal): -15722485 or 727056. OLE color: 727056.

HSL color Cylindrical-coordinate representation of color #10180B: hue angle of 96.92º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #10180B is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB162411-
CMYK0.3300.540.91
HSL96.92º37.14%6.86%-
HSV(B)96.92º54.17%9.41%-
XYZ0.60.790.44-
YUV20.13122.85125.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=31.37%
G=47.06%
B=21.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1624110.3300.540.9196.9237.146.86
Hex1018B210365B61257
Octal20301341066133141457
Binary10000110001011100001011011010110111100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10180B; }

 p { color: rgb(16,24,11); }

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

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

 a { background-color: rgb(16,24,11); }

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

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

 span { border-color: rgb(16,24,11); }

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