#122009

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

Shades of Pine Tree #122009

Tints of Pine Tree #122009

Color information

#122009 (or 0x122009) is unknown color: approx Pine Tree. HEX triplet: 12, 20 and 09. RGB value is (18,32,9). Sum of RGB (Red+Green+Blue) = 18+32+9=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #122009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122009 is #EDDFF6. Grayscale: #191919. Windows color (decimal): -15589367 or 598034. OLE color: 598034.

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

Color convert

RGB18329-
CMYK0.4400.720.87
HSL96.52º56.1%8.04%-
HSV(B)96.52º71.88%12.55%-
XYZ0.821.180.44-
YUV25.19118.86122.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 32 (12.89% from 255) = 54.24%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=30.51%
G=54.24%
B=15.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183290.4400.720.8796.5256.18.04
Hex122092C0485761388
Octal2240115401101271417010
Binary10010100000100110110001001000101011111000011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122009; }

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

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

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

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

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

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

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

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