#12180C

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

Shades of Pine Tree #12180C

Tints of Pine Tree #12180C

Color information

#12180C (or 0x12180C) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 0C. RGB value is (18,24,12). Sum of RGB (Red+Green+Blue) = 18+24+12=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #12180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180C is #EDE7F3. Grayscale: #141414. Windows color (decimal): -15591412 or 792594. OLE color: 792594.

HSL color Cylindrical-coordinate representation of color #12180C: hue angle of 90º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12180C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB182412-
CMYK0.2500.500.91
HSL90º33.33%7.06%-
HSV(B)90º50%9.41%-
XYZ0.640.810.47-
YUV20.84123.01125.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824120.2500.500.919033.337.06
Hex1218C190325B5a217
Octal22301431062133132417
Binary1001011000110011001011001010110111011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12180C; }

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

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

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

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

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

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

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

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