#12150C

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

Shades of Pine Tree #12150C

Tints of Pine Tree #12150C

Color information

#12150C (or 0x12150C) is unknown color: approx Pine Tree. HEX triplet: 12, 15 and 0C. RGB value is (18,21,12). Sum of RGB (Red+Green+Blue) = 18+21+12=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #12150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150C is #EDEAF3. Grayscale: #131313. Windows color (decimal): -15592180 or 791826. OLE color: 791826.

HSL color Cylindrical-coordinate representation of color #12150C: hue angle of 80º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #12150C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB182112-
CMYK0.1400.430.92
HSL80º27.27%6.47%-
HSV(B)80º42.86%8.24%-
XYZ0.580.690.45-
YUV19.08124.01127.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=35.29%
G=41.18%
B=23.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821120.1400.430.928027.276.47
Hex1215CE02B5C501b6
Octal22251416053134120336
Binary10010101011100111001010111011100101000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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