#121709

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

Shades of Pine Tree #121709

Tints of Pine Tree #121709

Color information

#121709 (or 0x121709) is unknown color: approx Pine Tree. HEX triplet: 12, 17 and 09. RGB value is (18,23,9). Sum of RGB (Red+Green+Blue) = 18+23+9=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #121709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121709 is #EDE8F6. Grayscale: #131313. Windows color (decimal): -15591671 or 595730. OLE color: 595730.

HSL color Cylindrical-coordinate representation of color #121709: hue angle of 81.43º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121709 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.91.

Color convert

RGB18239-
CMYK0.2200.610.91
HSL81.43º43.75%6.27%-
HSV(B)81.43º60.87%9.02%-
XYZ0.610.760.37-
YUV19.91121.84126.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 23 (9.38% from 255) = 46%
BLUE value IS 9 (3.91% from 255) = 18%
R=36%
G=46%
B=18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182390.2200.610.9181.4343.756.27
Hex121791603D5B512c6
Octal22271126075133121546
Binary1001010111100110110011110110110111010001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121709; }

 p { color: rgb(18,23,9); }

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

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

 a { background-color: rgb(18,23,9); }

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

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

 span { border-color: rgb(18,23,9); }

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