#182012

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

Shades of Pine Tree #182012

Tints of Pine Tree #182012

Color information

#182012 (or 0x182012) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 12. RGB value is (24,32,18). Sum of RGB (Red+Green+Blue) = 24+32+18=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #182012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182012 is #E7DFED. Grayscale: #1C1C1C. Windows color (decimal): -15196142 or 1187864. OLE color: 1187864.

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

Color convert

RGB243218-
CMYK0.2500.440.87
HSL94.29º28%9.8%-
HSV(B)94.29º43.75%12.55%-
XYZ11.270.76-
YUV28.01122.35125.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=32.43%
G=43.24%
B=24.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432180.2500.440.8794.29289.8
Hex1820121902C575e1ca
Octal304022310541271363412
Binary110001000001001011001010110010101111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182012; }

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

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

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

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

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

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

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

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