#182006

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

Shades of Pine Tree #182006

Tints of Pine Tree #182006

Color information

#182006 (or 0x182006) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 06. RGB value is (24,32,6). Sum of RGB (Red+Green+Blue) = 24+32+6=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #182006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182006 is #E7DFF9. Grayscale: #1A1A1A. Windows color (decimal): -15196154 or 401432. OLE color: 401432.

HSL color Cylindrical-coordinate representation of color #182006: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182006 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB24326-
CMYK0.2500.810.87
HSL78.46º68.42%7.45%-
HSV(B)78.46º81.25%12.55%-
XYZ0.931.240.36-
YUV26.64116.35126.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 32 (12.89% from 255) = 51.61%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=38.71%
G=51.61%
B=9.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal243260.2500.810.8778.4668.427.45
Hex1820619051574e447
Octal304063101211271161047
Binary110001000001101100101010001101011110011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182006; }

 p { color: rgb(24,32,6); }

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

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

 a { background-color: rgb(24,32,6); }

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

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

 span { border-color: rgb(24,32,6); }

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