#12180D

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

Shades of Pine Tree #12180D

Tints of Pine Tree #12180D

Color information

#12180D (or 0x12180D) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 0D. RGB value is (18,24,13). Sum of RGB (Red+Green+Blue) = 18+24+13=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #12180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180D is #EDE7F2. Grayscale: #141414. Windows color (decimal): -15591411 or 858130. OLE color: 858130.

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

Color convert

RGB182413-
CMYK0.2500.460.91
HSL92.73º29.73%7.25%-
HSV(B)92.73º45.83%9.41%-
XYZ0.650.810.5-
YUV20.95123.51125.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 24 (9.77% from 255) = 43.64%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=32.73%
G=43.64%
B=23.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824130.2500.460.9192.7329.737.25
Hex1218D1902E5B5d1e7
Octal22301531056133135367
Binary100101100011011100101011101011011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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