#162C09

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

Shades of Pine Tree #162C09

Tints of Pine Tree #162C09

Color information

#162C09 (or 0x162C09) is unknown color: approx Pine Tree. HEX triplet: 16, 2C and 09. RGB value is (22,44,9). Sum of RGB (Red+Green+Blue) = 22+44+9=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #162C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162C09 is #E9D3F6. Grayscale: #212121. Windows color (decimal): -15324151 or 601110. OLE color: 601110.

HSL color Cylindrical-coordinate representation of color #162C09: hue angle of 97.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162C09 is Cyan = 0.5, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB22449-
CMYK0.500.800.83
HSL97.71º66.04%10.39%-
HSV(B)97.71º79.55%17.25%-
XYZ1.281.990.58-
YUV33.43114.21119.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 44 (17.58% from 255) = 58.67%
BLUE value IS 9 (3.91% from 255) = 12%
R=29.33%
G=58.67%
B=12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal224490.500.800.8397.7166.0410.39
Hex162C932050536242a
Octal26541162012012314210212
Binary101101011001001110010010100001010011110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162C09; }

 p { color: rgb(22,44,9); }

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

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

 a { background-color: rgb(22,44,9); }

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

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

 span { border-color: rgb(22,44,9); }

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