#162501

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

Shades of Pine Tree #162501

Tints of Pine Tree #162501

Color information

#162501 (or 0x162501) is unknown color: approx Pine Tree. HEX triplet: 16, 25 and 01. RGB value is (22,37,1). Sum of RGB (Red+Green+Blue) = 22+37+1=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #162501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162501 is #E9DAFE. Grayscale: #1C1C1C. Windows color (decimal): -15325951 or 75030. OLE color: 75030.

HSL color Cylindrical-coordinate representation of color #162501: hue angle of 85º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #162501 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB22371-
CMYK0.4100.970.85
HSL85º94.74%7.45%-
HSV(B)85º97.3%14.51%-
XYZ11.50.26-
YUV28.41112.53123.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.67%
GREEN value IS 37 (14.84% from 255) = 61.67%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=36.67%
G=61.67%
B=1.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal223710.4100.970.858594.747.45
Hex162512906155555f7
Octal264515101411251251377
Binary10110100101110100101100001101010110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162501; }

 p { color: rgb(22,37,1); }

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

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

 a { background-color: rgb(22,37,1); }

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

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

 span { border-color: rgb(22,37,1); }

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