#161E01

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

Shades of Pine Tree #161E01

Tints of Pine Tree #161E01

Color information

#161E01 (or 0x161E01) is unknown color: approx Pine Tree. HEX triplet: 16, 1E and 01. RGB value is (22,30,1). Sum of RGB (Red+Green+Blue) = 22+30+1=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #161E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E01 is #E9E1FE. Grayscale: #181818. Windows color (decimal): -15327743 or 73238. OLE color: 73238.

HSL color Cylindrical-coordinate representation of color #161E01: hue angle of 76.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #161E01 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB22301-
CMYK0.2700.970.88
HSL76.55º93.55%6.08%-
HSV(B)76.55º96.67%11.76%-
XYZ0.81.10.2-
YUV24.3114.85126.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=41.51%
G=56.60%
B=1.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal223010.2700.970.8876.5593.556.08
Hex161E11B061584d5e6
Octal263613301411301151366
Binary101101111011101101100001101100010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161E01; }

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

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

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

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

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

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

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

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